|
1 |
| -PostgreSQL Database Management System |
2 |
| -===================================== |
| 1 | +This directory contains the complete Code of PostgreSQL as well |
| 2 | +as changes in some files for enabling piggybacking of metadata. |
3 | 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 C language bindings. |
11 |
| - |
12 |
| -PostgreSQL has many language interfaces, many of which are listed here: |
13 |
| - |
14 |
| - http://www.postgresql.org/download |
15 |
| - |
16 |
| -See the file INSTALL for instructions on how to build and install |
17 |
| -PostgreSQL. That file also lists supported operating systems and |
18 |
| -hardware platforms and contains information regarding any other |
19 |
| -software packages that are required to build or run the PostgreSQL |
20 |
| -system. Changes between all PostgreSQL releases are recorded in the |
21 |
| -file HISTORY. Copyright and license information can be found in the |
22 |
| -file COPYRIGHT. A comprehensive documentation set is included in this |
23 |
| -distribution; it can be read as described in the installation |
24 |
| -instructions. |
25 |
| - |
26 |
| -The latest version of this software may be obtained at |
27 |
| -http://www.postgresql.org/download/. For more information look at our |
28 |
| -web site located at http://www.postgresql.org/. |
| 4 | +Most changes have been made inside the Executor and the Client. |
0 commit comments