Improvements from Neil Conway.
authorBruce Momjian
Thu, 5 Dec 2002 05:47:44 +0000 (05:47 +0000)
committerBruce Momjian
Thu, 5 Dec 2002 05:47:44 +0000 (05:47 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index fd0965a79f0e28db8a9e99596312b76cd0074230..0608a8051e5dea7f9e82e45afda43dd25b87ee48 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Sun Oct 20 20:47:14 EDT 2002
+   Last updated: Thu Dec 5 00:47:26 EST 2002
    
    Current maintainer: Bruce Momjian ([email protected])
    
@@ -34,8 +34,7 @@
                                       
    2.1) Are there ODBC drivers for PostgreSQL?
    2.2) What tools are available for using PostgreSQL with Web pages?
-   2.3) Does PostgreSQL have a graphical user interface? A report
-   generator? An embedded query language interface?
+   2.3) Does PostgreSQL have a graphical user interface?
    2.4) What languages are available to communicate with PostgreSQL?
    
                           Administrative Questions
     
    There are two ODBC drivers available, PsqlODBC and OpenLink ODBC.
    
-   PsqlODBC is included in the distribution. More information about it
-   can be gotten from ftp://ftp.PostgreSQL.org/pub/odbc/.
+   You can download PsqlODBC from
+   http://gborg.postgresql.org/project/psqlodbc/projdisplay.php.
    
    OpenLink ODBC can be gotten from http://www.openlinksw.com. It works
    with their standard ODBC client software so you'll have PostgreSQL
    commercial-quality support, but a freeware version will always be
    available. Please send questions to [email protected].
    
-   See also the ODBC chapter of the Programmer's Guide.
-   
     2.2) What tools are available for using PostgreSQL with Web pages?
     
    A nice introduction to Database-backed Web pages can be seen at:
    
    For complex cases, many use the Perl interface and CGI.pm or mod_perl.
    
-    2.3) Does PostgreSQL have a graphical user interface? A report generator?
-    An embedded query language interface?
+    2.3) Does PostgreSQL have a graphical user interface?
     
+   Yes, there are several graphical interfaces to PostgreSQL available.
+   These include PgAccess http://www.pgaccess.com), PgAdmin II
+   (http://www.pgadmin.org, Win32-only), RHDB Admin
+   (http://sources.redhat.com/rhdb/ ) and Rekall (
+   http://www.thekompany.com/products/rekall/, proprietary). There is
+   also PHPPgAdmin ( http://phppgadmin.sourceforge.net/ ), a web-based
+   interface to PostgreSQL.
+   
    We have a nice graphical user interface called PgAccess which can also
    be used as a report generator. The Web page is
    http://www.pgaccess.org/.
    
-   We also include ecpg, which is an embedded SQL query language
-   interface for C.
-   
     2.4) What languages are able to communicate with PostgreSQL?
     
-   We have:
+   Most popular programming languages contain an interface to PostgreSQL.
+   Check your programming language's list of extension modules.
+   
+   The following interfaces are included in the PostgreSQL distribution:
      * C (libpq)
-     * C++ (libpq++)
      * Embedded C (ecpg)
      * Java (jdbc)
-     * Perl (DBD::Pg and perl5)
-     * ODBC (odbc)
      * Python (PyGreSQL)
      * TCL (libpgtcl)
-     * C Easy API (libpgeasy)
-     * PHP ('pg_' functions, Pear::DB)
        
-   Additional interfaces are available at
-   http://www.PostgreSQL.org/interfaces.html and
-   http://gborg.PostgreSQL.org.
+   Additional interfaces are available at http://gborg.postgresql.org in
+   the Drivers/Interfaces section.
      _________________________________________________________________
    
                           Administrative Questions
index 8e49793ca5467cf8ae8c204f2f82721859b718ea..b1ca31a3855d364737cc3b2b7fdcbea55634ae3a 100644 (file)
@@ -10,7 +10,7 @@
   alink="#0000ff">
     

Frequently Asked Questions (FAQ) for PostgreSQL

 
-    

Last updated: Sun Oct 20 20:47:14 EDT 2002

+    

Last updated: Thu Dec  5 00:47:26 EST 2002

 
     

Current maintainer: Bruce Momjian (

@@ -52,7 +52,6 @@
      2.2) What tools are available for using
     PostgreSQL with Web pages?
      2.3) Does PostgreSQL have a graphical user
-    interface? A report generator? An embedded query language
     interface?
      2.4) What languages are available to
     communicate with PostgreSQL?
     

There are two ODBC drivers available, PsqlODBC

     and OpenLink ODBC.

 
-    

PsqlODBC is included in the distribution. More information about

-    it can be gotten from 
-    "ftp://ftp.PostgreSQL.org/pub/odbc/">ftp://ftp.PostgreSQL.org/pub/odbc/.

+    

You can download PsqlODBC from 

+    "http://gborg.postgresql.org/project/psqlodbc/projdisplay.php">
+    http://gborg.postgresql.org/project/psqlodbc/projdisplay.php.

 
     

OpenLink ODBC can be gotten from 

     "http://www.openlinksw.com/">http://www.openlinksw.com. It
     available. Please send questions to 
 
-    

See also the 

-    "http://www.postgresql.org/devel-corner/docs/programmer/odbc.html">ODBC
-    chapter of the Programmer's Guide.

-
     

2.2) What tools are available for using

     PostgreSQL with Web pages?
 
     

For complex cases, many use the Perl interface and CGI.pm or mod_perl.

 
     

2.3) Does PostgreSQL have a graphical user

-    interface? A report generator? An embedded query language
     interface?
 
+    Yes, there are several graphical interfaces to PostgreSQL available.
+    These include PgAccess 
+    http://www.pgaccess.com), PgAdmin II (
+    href="http://www.pgadmin.org">http://www.pgadmin.org,
+    Win32-only), RHDB Admin (
+    href="http://sources.redhat.com/rhdb/">http://sources.redhat.com/rhdb/
+    ) and Rekall (
+    http://www.thekompany.com/products/rekall/, proprietary). There is 
+    also PHPPgAdmin (
+    http://phppgadmin.sourceforge.net/ ), a web-based interface to 
+    PostgreSQL.
+
     

We have a nice graphical user interface called PgAccess which can

     also be used as a report generator. The Web page is
     http://www.pgaccess.org/.

 
-    <P>We also include ecpg, which is an embedded SQL query
-    language interface for C.>
+    <H4>2.4) What languages are able to communicate with 
+    PostgreSQL?>
 
-    

2.4) What languages are able to communicate with PostgreSQL?

+    

Most popular programming languages contain an interface to

+    PostgreSQL. Check your programming language's list of extension
+    modules.

 
-    

We have:

+    

The following interfaces are included in the PostgreSQL

+    distribution:

 
     
           
  • C (libpq)
  •  
    -      
  • C++ (libpq++)
  • -
           
  • Embedded C (ecpg)
  •  
           
  • Java (jdbc)
  •  
    -      
  • Perl (DBD::Pg and perl5)
  • -
    -      
  • ODBC (odbc)
  • -
           
  • Python (PyGreSQL)
  •  
           
  • TCL (libpgtcl)
  •  
    -      
  • C Easy API (libpgeasy)
  • -
    -      
  • PHP ('pg_' functions, Pear::DB)
  •      
         

    Additional interfaces are available at 

    -    http://www.PostgreSQL.org/interfaces.html
    -    and
    -    http://gborg.PostgreSQL.org.
    +    http://gborg.postgresql.org
    +    in the Drivers/Interfaces section.