From 93e1795404d05323259846c1d83a5fa9933b2138 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 30 Jan 2005 03:52:46 +0000 Subject: Merge two Interfaces FAQ items into one. --- doc/src/FAQ/FAQ.html | 63 +++++++++++++--------------------------------------- 1 file changed, 15 insertions(+), 48 deletions(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 8cee2312709..797b708f8f8 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff">
Last updated: Sat Jan 29 21:21:25 EST 2005
+Last updated: Sat Jan 29 22:51:43 EST 2005
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -45,14 +45,12 @@
There are two ODBC drivers available, PsqlODBC - and OpenLink 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 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 postgres95@openlink.co.uk.
+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. +
See http://techdocs.postgresql.org/guides/GUITools for a more detailed list.
-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:
- -Additional interfaces are available at - http://gborg.postgresql.org - in the Drivers/Interfaces section. -