summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-01-19 21:20:06 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-01-19 21:20:06 +0000
commitbd046b99f03811f992571c47c47f2cecfe38df0c (patch)
tree02e42477545d0508272a1d25376bcf4d1d609cd0 /README
parent163edee6323bfc4abab09fbe20786d6a5dc970f8 (diff)
downloadpostgresql-bd046b99f03811f992571c47c47f2cecfe38df0c.tar.gz
Remove JDBC from the build system and documentation, too.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 22607bb6f6..923e951a8c 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 a JDBC
-driver.
+bindings, including C and Tcl.
-The ODBC and C++ interfaces have been moved to the PostgreSQL Projects
-Web Site at http://gborg.postgresql.org for separate maintenance.
+The JDBC, ODBC, C++, and Python interfaces have been moved to the PostgreSQL
+Projects Web Site at http://gborg.postgresql.org for separate maintenance.
+A Perl DBI/DBD driver is available from CPAN.
See the file INSTALL for instructions on how to build and install
PostgreSQL. That file also lists supported operating systems and