diff options
author | Michael P | 2011-08-31 01:15:37 +0000 |
---|---|---|
committer | Michael P | 2011-08-31 01:15:37 +0000 |
commit | d661b22a3141d8b92704cc08ee8ba5547d325f4f (patch) | |
tree | 06265991f6b3df92a7940fce8ab9efe4930506ff | |
parent | 341c1b2c06a08320430944bb1f8f36f2f8af6d30 (diff) |
Change README according to Postgres-XC
-rw-r--r-- | README | 25 | ||||
-rw-r--r-- | README.git | 2 |
2 files changed, 14 insertions, 13 deletions
@@ -1,28 +1,29 @@ -PostgreSQL Database Management System +Postgres-XC Database Management System ===================================== -This directory contains the source code distribution of the PostgreSQL +This directory contains the source code distribution of the Postgres-XC 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 C language bindings. +Postgres-XC is an advanced object-relational cluster database management + system that supports an extended subset of the SQL standard, including +transactions, foreign keys, user-defined types and functions. This +distribution also contains C language bindings. -PostgreSQL has many language interfaces, many of which are listed here: +Postgres-XC has many language interfaces similar to PostgreSQL, many of +which are listed here: http://www.postgresql.org/download See the file INSTALL for instructions on how to build and install -PostgreSQL. That file also lists supported operating systems and +Postgres-XC. 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 +software packages that are required to build or run the Postgres-XC +system. Changes between all Postgres-XC 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. The latest version of this software may be obtained at -http://www.postgresql.org/download/. For more information look at our -web site located at http://www.postgresql.org/. +http://sourceforge.net/projects/postgres-xc/. For more information look at our +web site located at http://postgres-xc.sourceforge.net/. diff --git a/README.git b/README.git index 83b9a8c581..7a17264919 100644 --- a/README.git +++ b/README.git @@ -1,6 +1,6 @@ (This file does not appear in release tarballs.) -In a release or snapshot tarball of PostgreSQL, documentation files named +In a release or snapshot tarball of Postgres-XC, documentation files named INSTALL and HISTORY will appear in this directory. However, these files are not stored in git and so will not be present if you are using a git checkout. If you are using git, you can view the most recent install instructions at: |