diff options
author | Peter Eisentraut | 2002-11-11 19:59:05 +0000 |
---|---|---|
committer | Peter Eisentraut | 2002-11-11 19:59:05 +0000 |
commit | f5a98eeba4a9f2257632b0e5278d78adb2acd748 (patch) | |
tree | d6b5dce6d1d50f8d9bb8e46fc843e21fd42a0dc0 | |
parent | 696f4cfada1d74f620a2ac200a35b18d9bf30ed6 (diff) |
Improve wording.
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |