]> granicus.if.org Git - postgresql/blobdiff - README
Adjust our timezone library to use pg_time_t (typedef'd as int64) in
[postgresql] / README
diff --git a/README b/README
index ec7d3ec26bb1a1bb94d49dabdbe81918c8ab02a0..923e951a8c89f229e176913536f08d5eaf714427 100644 (file)
--- 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 and Tcl.
 
-As of v7.3, the ODBC and C++ interfaces have been moved over to the
-PostgreSQL Projects WebSite @ http://gborg.postgresql.org.
+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