Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 02ee041

Browse files
committed
Update readme for 7.0.
1 parent 1234981 commit 02ee041

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

INSTALL

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ For a fresh install or upgrading from previous releases of PostgreSQL:
221221
mkdir /usr/local/pgsql/data
222222
chown postgres /usr/local/pgsql/data
223223
su - postgres
224-
/usr/local/pgsql/initdb -D /usr/local/pgsql/data
224+
/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
225225

226226
The -D option specifies the location where the data will be stored. You
227227
can use any path you want, it does not have to be under the

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL Data Base Management System (formerly known as Postgres, then
33
as Postgres95).
44

5-
This directory contains the development version of 6.6 of the PostgreSQL
5+
This directory contains the development version of 7.0 of the PostgreSQL
66
database server. The server is not ANSI SQL compliant, but it gets
77
closer with every release. After you unzip and untar the distribution
88
file, look at file INSTALL for the installation notes and file HISTORY

0 commit comments

Comments
 (0)