OSDN Git Service

Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbc
[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, Perl, Python, and Tcl, as well as drivers
12 for JDBC.
13
14 As of v7.3, the ODBC and C++ interfaces have been moved over to the
15 PostgreSQL Projects WebSite @ http://gborg.postgresql.org.
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/.