mirror of https://github.com/postgres/postgres
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
990 B
23 lines
990 B
![]()
24 years ago
|
PostgreSQL Database Management System
|
||
|
=====================================
|
||
![]()
15 years ago
|
|
||
![]()
24 years ago
|
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
|
||
![]()
21 years ago
|
and functions. This distribution also contains C language bindings.
|
||
![]()
23 years ago
|
|
||
![]()
2 years ago
|
Copyright and license information can be found in the file COPYRIGHT.
|
||
|
|
||
|
General documentation about this version of PostgreSQL can be found at:
|
||
![]()
1 year ago
|
<https://www.postgresql.org/docs/devel/>
|
||
![]()
2 years ago
|
In particular, information about building PostgreSQL from the source
|
||
|
code can be found at:
|
||
![]()
1 year ago
|
<https://www.postgresql.org/docs/devel/installation.html>
|
||
![]()
29 years ago
|
|
||
![]()
2 years ago
|
The latest version of this software, and related software, may be
|
||
![]()
1 year ago
|
obtained at <https://www.postgresql.org/download/>. For more information
|
||
|
look at our web site located at <https://www.postgresql.org/>.
|