Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit02ee041

Browse files
committed
Update readme for 7.0.
1 parent1234981 commit02ee041

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎INSTALL

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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 of6.6 of the PostgreSQL
5+
This directory contains the development version of7.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)

[8]ページ先頭

©2009-2025 Movatter.jp