summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2004-10-01 02:00:44 +0000
committerNeil Conway <neilc@samurai.com>2004-10-01 02:00:44 +0000
commit3738510c2c33e8e2ea892238cbb022bcd774f875 (patch)
treee66b084f3f2b33569cdf337984d85477529e4687 /README
parentd2af5f8a3e89f02dd54949fa42e2dcd31ddcd5c7 (diff)
downloadpostgresql-3738510c2c33e8e2ea892238cbb022bcd774f875.tar.gz
Remove more traces of libpgtcl from the source tree. Also, make some
semi-related SGML cleanup. Original patch from ljb220@mindspring.com, additional cleanup by Neil Conway.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 4 insertions, 5 deletions
diff --git a/README b/README
index 923e951a8c..98629ac727 100644
--- a/README
+++ b/README
@@ -7,12 +7,11 @@ database management system.
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 and Tcl.
+and functions. This distribution also contains C language bindings.
-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.
+The JDBC, ODBC, C++, Python, and Tcl 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