aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1996-11-07 15:24:27 +0000
committerBruce Momjian <bruce@momjian.us>1996-11-07 15:24:27 +0000
commitb8003d098b46013e10547d3cb53d55cbfc2667e0 (patch)
tree405c809e55758ac1ae4552176a1f2d57f2f97597
parent00b1fb07f0da10d9867f32d5ebdf6e4ad5b2c641 (diff)
downloadpostgresql-b8003d098b46013e10547d3cb53d55cbfc2667e0.tar.gz
postgresql-b8003d098b46013e10547d3cb53d55cbfc2667e0.zip
Cleanup initdb for 1.*.
-rw-r--r--INSTALL11
1 files changed, 2 insertions, 9 deletions
diff --git a/INSTALL b/INSTALL
index a7ecb2fad42..1a627e8e9a5 100644
--- a/INSTALL
+++ b/INSTALL
@@ -161,18 +161,11 @@ superuser. The simplest way is by creating and running a C language
function. There are plans to remedy this in future developent.
The program initdb (part of Postgres) is what initializes (creates) a
-database system. See the man page for initdb.
+database system. Initdb uses the defaults specified in Makefile.global.
+See the man page for initdb for more information.
-Example for postgres version 1.*:
% initdb
-Example for postgres version 2.0:(to be released in several months)
- % initdb -d /usr/lib/postgres_data -u postgres
-
- This example creates the files for the database system in the directory
- /usr/lib/postgres_data and makes user "postgres" the Postgres superuser
- for the new database system.
-
By default, the user issuing the initdb command becomes the Postgres
superuser, and only the unix superuser can specify any other user as the
Postgres superuser.