2001-12-19 21:53:58 +03:00
|
|
|
PostgreSQL Database Management System
|
|
|
|
=====================================
|
1997-05-11 10:27:07 +04:00
|
|
|
|
2001-12-19 21:53:58 +03:00
|
|
|
This directory contains the source code distribution of the PostgreSQL
|
|
|
|
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
|
2004-01-20 00:20:06 +03:00
|
|
|
bindings, including C and Tcl.
|
2002-08-23 02:43:14 +04:00
|
|
|
|
2004-01-20 00:20:06 +03:00
|
|
|
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.
|
2001-12-19 21:53:58 +03:00
|
|
|
|
|
|
|
See the file INSTALL for instructions on how to build and install
|
|
|
|
PostgreSQL. That file also lists supported operating systems and
|
|
|
|
hardware platforms and contains information regarding any other
|
|
|
|
software packages that are required to build or run the PostgreSQL
|
|
|
|
system. Changes between all PostgreSQL releases are recorded in the
|
|
|
|
file HISTORY. Copyright and license information can be found in the
|
|
|
|
file COPYRIGHT. A comprehensive documentation set is included in this
|
|
|
|
distribution; it can be read as described in the installation
|
|
|
|
instructions.
|
1996-08-19 02:14:33 +04:00
|
|
|
|
1997-05-11 10:27:07 +04:00
|
|
|
The latest version of this software may be obtained at
|
2001-12-19 21:53:58 +03:00
|
|
|
ftp://ftp.postgresql.org/pub/. For more information look at our web
|
|
|
|
site located at http://www.postgresql.org/.
|