Merge two Interfaces FAQ items into one.
authorBruce Momjian
Sun, 30 Jan 2005 03:52:46 +0000 (03:52 +0000)
committerBruce Momjian
Sun, 30 Jan 2005 03:52:46 +0000 (03:52 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index adc205567e7208cd1b21f12f84f837a9b5d9bef0..c04ab443097af4d7b3b2fb8613d05052dde234ce 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Sat Jan 29 21:21:25 EST 2005
+   Last updated: Sat Jan 29 22:51:43 EST 2005
    
    Current maintainer: Bruce Momjian ([email protected])
    
    
                            User Client Questions
                                       
-   2.1) Are there ODBC drivers for PostgreSQL?
+   2.1) What interfaces are available for PostgreSQL?
    2.2) What tools are available for using PostgreSQL with Web pages?
    2.3) Does PostgreSQL have a graphical user interface?
-   2.4) What languages are available to communicate with PostgreSQL?
    
                           Administrative Questions
                                       
    
                            User Client Questions
                                       
-    2.1) Are there ODBC drivers for PostgreSQL?
+    2.1) What interfaces are available for PostgreSQL?
     
-   There are two ODBC drivers available, PsqlODBC and OpenLink ODBC.
+   The PostgreSQL install includes only the C and embedded C interfaces.
+   All other interfaces are independent projects that are downloaded
+   separately; being separate allows them to have their own release
+   schedule and development teams.
    
-   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
-   ODBC available on every client platform they support (Win, Mac, Unix,
-   VMS).
-   
-   They will probably be selling this product to people who need
-   commercial-quality support, but a freeware version will always be
-   available. Please send questions to [email protected].
+   Some programming languages like PHP include an interface to
+   PostgreSQL. Interfaces for languages like Perl, TCL, Python, and many
+   others are available at http://gborg.postgresql.org in the
+   Drivers/Interfaces section and via Internet search.
    
     2.2) What tools are available for using PostgreSQL with Web pages?
     
    
    See http://techdocs.postgresql.org/guides/GUITools for a more detailed
    list.
-   
-    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.
-   
-   The following interfaces are included in the PostgreSQL distribution:
-     * C (libpq)
-     * Embedded C (ecpg)
-     * Java (jdbc)
-     * Python (PyGreSQL)
-     * TCL (libpgtcl)
-       
-   Additional interfaces are available at http://gborg.postgresql.org in
-   the Drivers/Interfaces section.
      _________________________________________________________________
    
                           Administrative Questions
index 8cee2312709b30a3960eff8bd2db5bd043cc71cc..797b708f8f874d00e043930058c840e1fce1884e 100644 (file)
@@ -10,7 +10,7 @@
   alink="#0000ff">
     

Frequently Asked Questions (FAQ) for PostgreSQL

 
-    

Last updated: Sat Jan 29 21:21:25 EST 2005

+    

Last updated: Sat Jan 29 22:51:43 EST 2005

 
     

Current maintainer: Bruce Momjian (

      
 
     User Client Questions
-    2.1) Are there ODBC drivers for
+    2.1) What interfaces are available for
     PostgreSQL?
      2.2) What tools are available for using
     PostgreSQL with Web pages?
      2.3) Does PostgreSQL have a graphical user
     interface?
-     2.4) What languages are available to
-    communicate with PostgreSQL?
      
 
     Administrative Questions
 
     User Client Questions
 
-    

2.1) Are there ODBC drivers

-    for PostgreSQL?
-
-    

There are two ODBC drivers available, PsqlODBC

-    and OpenLink ODBC.

-
-    

You can download PsqlODBC from 

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

+    

2.1) What interfaces are available for

+    PostgreSQL?
 
-    

OpenLink ODBC can be gotten from 

-    "http://www.openlinksw.com/">http://www.openlinksw.com. It
-    works with their standard ODBC client software so
-    you'll have PostgreSQL ODBC available on every
-    client platform they support (Win, Mac, Unix, VMS).

+    

The PostgreSQL install includes only the C and embedded

+    C interfaces.  All other interfaces are independent projects
+    that are downloaded separately;  being separate allows them to have their
+    own release schedule and development teams.

 
-    

They will probably be selling this product to people who need

-    commercial-quality support, but a freeware version will always be
-    available. Please send questions to 
+    

Some programming languages like PHP include an

+    interface to PostgreSQL. Interfaces for languages like Perl,
+    TCL, Python, and many others are available at
+    http://gborg.postgresql.org
+    in the Drivers/Interfaces section and via Internet search.
+    

 
     

2.2) What tools are available for using

     PostgreSQL with Web pages?
 
     

See http://techdocs.postgresql.org/guides/GUITools for a more detailed list.

 
-    

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.

-
-    

The following interfaces are included in the PostgreSQL

-    distribution:

-
-    
    -      
  • C (libpq)
  • -
    -      
  • Embedded C (ecpg)
  • -
    -      
  • Java (jdbc)
  • -
    -      
  • Python (PyGreSQL)
  • -
    -      
  • TCL (libpgtcl)
  • -
    -    
    -    

    Additional interfaces are available at 

    -    http://gborg.postgresql.org
    -    in the Drivers/Interfaces section.
    -    

         
     
    +
         Administrative Questions
     
         

    3.1) How do I install PostgreSQL somewhere