summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2008-05-06 22:02:12 +0000
committerBruce Momjian2008-05-06 22:02:12 +0000
commit6a2ab2cf669b0bbe0292b6e51792c040b6ebd962 (patch)
treebfc952d12318d3fb90cc45528eb44e5a12f0ce40
parent4e61e0d93838b913175c31402e6a19043c54af5f (diff)
Point to our download URL, rather than listing interface in the README
file: http://www.postgresql.org/download
-rw-r--r--README24
1 files changed, 2 insertions, 22 deletions
diff --git a/README b/README
index 6333f98be9..19ed46b441 100644
--- a/README
+++ b/README
@@ -9,29 +9,9 @@ that supports an extended subset of the SQL standard, including
transactions, foreign keys, subqueries, triggers, user-defined types
and functions. This distribution also contains C language bindings.
-PostgreSQL has many language interfaces including some of the more
-common listed below:
+PostgreSQL has many language interfaces, many of which are listed here:
-C++ - http://pqxx.org
-JDBC - http://jdbc.postgresql.org
-ODBC - http://odbc.postgresql.org
-Perl - http://search.cpan.org/~dbdpg/
-PHP - http://www.php.net
-Python - http://www.initd.org/
-Ruby - http://ruby.scripting.ca/postgres/
-
-Other language bindings are available from a variety of contributing
-parties.
-
-PostgreSQL also has a great number of procedural languages available,
-a short, incomplete list is below:
-
-PL/pgSQL - included in PostgreSQL source distribution
-PL/Perl - included in PostgreSQL source distribution
-PL/PHP - http://projects.commandprompt.com/projects/public/plphp
-PL/Python - included in PostgreSQL source distribution
-PL/Java - http://pgfoundry.org/projects/pljava/
-PL/Tcl - included in PostgreSQL source distribution
+ http://www.postgresql.org/download
See the file INSTALL for instructions on how to build and install
PostgreSQL. That file also lists supported operating systems and