Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
8de4434e
Commit
8de4434e
authored
Nov 06, 1996
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update initdb instructions for a 1.* database.
parent
388c0d81
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
INSTALL
INSTALL
+7
-5
No files found.
INSTALL
View file @
8de4434e
...
...
@@ -163,13 +163,15 @@ 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.
Example:
Example for postgres version 1.*:
% initdb
% initdb --pgdata=/usr/lib/postgres_data --username=postgres
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.
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment