File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ For a fresh install or upgrading from previous releases of PostgreSQL:
221
221
mkdir /usr/local/pgsql/data
222
222
chown postgres /usr/local/pgsql/data
223
223
su - postgres
224
- /usr/local/pgsql/initdb -D /usr/local/pgsql/data
224
+ /usr/local/pgsql/bin/ initdb -D /usr/local/pgsql/data
225
225
226
226
The -D option specifies the location where the data will be stored. You
227
227
can use any path you want, it does not have to be under the
Original file line number Diff line number Diff line change 2
2
PostgreSQL Data Base Management System (formerly known as Postgres, then
3
3
as Postgres95).
4
4
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
6
6
database server. The server is not ANSI SQL compliant, but it gets
7
7
closer with every release. After you unzip and untar the distribution
8
8
file, look at file INSTALL for the installation notes and file HISTORY
You can’t perform that action at this time.
0 commit comments