diff options
author | Peter Eisentraut | 2002-11-11 20:03:40 +0000 |
---|---|---|
committer | Peter Eisentraut | 2002-11-11 20:03:40 +0000 |
commit | b11398b79dbf5806a25f2498ed596593f1c5131f (patch) | |
tree | 12753bfbc39c6659bab269b8ba0fefe34847b224 | |
parent | 80c980021f2d1efd5097dc2ec3be35d1028427ec (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 |