summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2002-11-11 20:03:40 +0000
committerPeter Eisentraut2002-11-11 20:03:40 +0000
commita51cdc9441f098c100a0d190fc81dee8c423f726 (patch)
tree11db4dc9a9c5b24378f4f9f693e5e0492a89b98e
parentf2c206fd5f3054a361118a7cd5cb618bed102dd5 (diff)
Improve wording.
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index ec7d3ec26b..22607bb6f6 100644
--- a/README
+++ b/README
@@ -8,11 +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, Perl, Python, and Tcl, as well as drivers
-for JDBC.
+bindings, including C, Perl, Python, and Tcl, as well as a JDBC
+driver.
-As of v7.3, the ODBC and C++ interfaces have been moved over to the
-PostgreSQL Projects WebSite @ http://gborg.postgresql.org.
+The ODBC and C++ interfaces have been moved to the PostgreSQL Projects
+Web Site at http://gborg.postgresql.org for separate maintenance.
See the file INSTALL for instructions on how to build and install
PostgreSQL. That file also lists supported operating systems and