summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-04-25 18:43:14 +0000
committerBruce Momjian <bruce@momjian.us>2000-04-25 18:43:14 +0000
commit02ee04180df81f38e97dea0656336976e363faf0 (patch)
tree93a8c66bc72a333c26af53c1559c57355116acf5
parent123498183676812df9eab00a97f386d10206a21d (diff)
Update readme for 7.0.
-rw-r--r--INSTALL2
-rw-r--r--README2
2 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 26ad49fa992..d5bb9a4bf1f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -221,7 +221,7 @@ For a fresh install or upgrading from previous releases of PostgreSQL:
mkdir /usr/local/pgsql/data
chown postgres /usr/local/pgsql/data
su - postgres
- /usr/local/pgsql/initdb -D /usr/local/pgsql/data
+ /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
The -D option specifies the location where the data will be stored. You
can use any path you want, it does not have to be under the
diff --git a/README b/README
index a323d5ba9ac..dad0fe42a64 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
PostgreSQL Data Base Management System (formerly known as Postgres, then
as Postgres95).
-This directory contains the development version of 6.6 of the PostgreSQL
+This directory contains the development version of 7.0 of the PostgreSQL
database server. The server is not ANSI SQL compliant, but it gets
closer with every release. After you unzip and untar the distribution
file, look at file INSTALL for the installation notes and file HISTORY