10000 Update Readme · mpws2013n1/postgres@fe181dc · GitHub
[go: up one dir, main page]

Skip to content

Commit fe181dc

Browse files
committed
Update Readme
1 parent 0dbd50a commit fe181dc

File tree

1 file changed

+3
-27
lines changed

1 file changed

+3
-27
lines changed

README

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,4 @@
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.
33

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

Comments (0)
0