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

Commitb8003d0

Browse files
committed
Cleanup initdb for 1.*.
1 parent00b1fb0 commitb8003d0

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

‎INSTALL

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -161,18 +161,11 @@ superuser. The simplest way is by creating and running a C language
161161
function. There are plans to remedy this in future developent.
162162

163163
The program initdb (part of Postgres) is what initializes (creates) a
164-
database system. See the man page for initdb.
164+
database system. Initdb uses the defaults specified in Makefile.global.
165+
See the man page for initdb for more information.
165166

166-
Example for postgres version 1.*:
167167
% initdb
168168

169-
Example for postgres version 2.0:(to be released in several months)
170-
% initdb -d /usr/lib/postgres_data -u postgres
171-
172-
This example creates the files for the database system in the directory
173-
/usr/lib/postgres_data and makes user "postgres" the Postgres superuser
174-
for the new database system.
175-
176169
By default, the user issuing the initdb command becomes the Postgres
177170
superuser, and only the unix superuser can specify any other user as the
178171
Postgres superuser.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp