summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>2002-08-22 22:43:14 +0000
committerMarc G. Fournier <scrappy@hub.org>2002-08-22 22:43:14 +0000
commit5a303f878ecd597c1524f7cb0b844d17cb9da266 (patch)
treeba28968f533df8a53f8759ee73b40efb9b44140a /README
parent03a7625a3a1d7adb9a49295d7447a0e3d224845d (diff)
downloadpostgresql-5a303f878ecd597c1524f7cb0b844d17cb9da266.tar.gz
Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbc
project ...
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index a02403b8b8..ec7d3ec26b 100644
--- a/README
+++ b/README
@@ -8,8 +8,11 @@ PostgreSQL is an advanced object-relational database management system
that supports an extended subset of the SQL standard, including
transactions, foreign keys, subqueries, triggers, user-defined types
and functions. This distribution also contains several language
-bindings, including C, C++, Perl, Python, and Tcl, as well as drivers
-for JDBC and ODBC.
+bindings, including C, Perl, Python, and Tcl, as well as drivers
+for JDBC.
+
+As of v7.3, the ODBC and C++ interfaces have been moved over to the
+PostgreSQL Projects WebSite @ http://gborg.postgresql.org.
See the file INSTALL for instructions on how to build and install
PostgreSQL. That file also lists supported operating systems and