OSDN Git Service

Remove JDBC from the build system and documentation, too.
[pg-rex/syncrep.git] / README
1 PostgreSQL Database Management System
2 =====================================
3   
4 This directory contains the source code distribution of the PostgreSQL
5 database management system.
6
7 PostgreSQL is an advanced object-relational database management system
8 that supports an extended subset of the SQL standard, including
9 transactions, foreign keys, subqueries, triggers, user-defined types
10 and functions.  This distribution also contains several language
11 bindings, including C and Tcl.
12
13 The JDBC, ODBC, C++, and Python interfaces have been moved to the PostgreSQL
14 Projects Web Site at http://gborg.postgresql.org for separate maintenance.
15 A Perl DBI/DBD driver is available from CPAN.
16
17 See the file INSTALL for instructions on how to build and install
18 PostgreSQL.  That file also lists supported operating systems and
19 hardware platforms and contains information regarding any other
20 software packages that are required to build or run the PostgreSQL
21 system.  Changes between all PostgreSQL releases are recorded in the
22 file HISTORY.  Copyright and license information can be found in the
23 file COPYRIGHT.  A comprehensive documentation set is included in this
24 distribution; it can be read as described in the installation
25 instructions.
26
27 The latest version of this software may be obtained at
28 ftp://ftp.postgresql.org/pub/.  For more information look at our web
29 site located at http://www.postgresql.org/.