summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael P2011-08-31 01:15:37 +0000
committerMichael P2011-08-31 01:15:37 +0000
commitd661b22a3141d8b92704cc08ee8ba5547d325f4f (patch)
tree06265991f6b3df92a7940fce8ab9efe4930506ff
parent341c1b2c06a08320430944bb1f8f36f2f8af6d30 (diff)
Change README according to Postgres-XC
-rw-r--r--README25
-rw-r--r--README.git2
2 files changed, 14 insertions, 13 deletions
diff --git a/README b/README
index 49d55af5f6..b5dda60b65 100644
--- a/README
+++ b/README
@@ -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: