Commit 02ee0418 authored by Bruce Momjian's avatar Bruce Momjian

Update readme for 7.0.

parent 12349818
...@@ -221,7 +221,7 @@ For a fresh install or upgrading from previous releases of PostgreSQL: ...@@ -221,7 +221,7 @@ For a fresh install or upgrading from previous releases of PostgreSQL:
mkdir /usr/local/pgsql/data mkdir /usr/local/pgsql/data
chown postgres /usr/local/pgsql/data chown postgres /usr/local/pgsql/data
su - postgres 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 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 can use any path you want, it does not have to be under the
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
PostgreSQL Data Base Management System (formerly known as Postgres, then PostgreSQL Data Base Management System (formerly known as Postgres, then
as Postgres95). 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 database server. The server is not ANSI SQL compliant, but it gets
closer with every release. After you unzip and untar the distribution closer with every release. After you unzip and untar the distribution
file, look at file INSTALL for the installation notes and file HISTORY file, look at file INSTALL for the installation notes and file HISTORY
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment