summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index a02403b8b86..ec7d3ec26bb 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