2001-12-19 21:53:58 +03:00
|
|
|
PostgreSQL Database Management System
|
|
|
|
=====================================
|
2010-11-23 23:27:50 +03: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
|
2004-10-01 06:00:44 +04:00
|
|
|
and functions. This distribution also contains C language bindings.
|
2002-08-23 02:43:14 +04:00
|
|
|
|
2008-05-07 02:02:12 +04:00
|
|
|
PostgreSQL has many language interfaces, many of which are listed here:
|
2006-02-12 22:24:24 +03:00
|
|
|
|
2017-05-21 04:50:47 +03:00
|
|
|
https://www.postgresql.org/download
|
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
|
2014-02-11 05:48:04 +04:00
|
|
|
system. Copyright and license information can be found in the
|
2001-12-19 21:53:58 +03:00
|
|
|
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
|
2017-05-21 04:50:47 +03:00
|
|
|
https://www.postgresql.org/download/. For more information look at our
|
|
|
|
web site located at https://www.postgresql.org/.
|