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
57fd9a5c
Commit
57fd9a5c
authored
Oct 03, 1996
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed -S from example and added nohup to log file.
parent
c61d606a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
doc/man/postmaster.1
doc/man/postmaster.1
+7
-3
No files found.
doc/man/postmaster.1
View file @
57fd9a5c
.\" This is -*-nroff-*-
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/doc/man/Attic/postmaster.1,v 1.
1.1.1 1996/08/18 22:14:26 scrappy
Exp $
.\" $Header: /cvsroot/pgsql/doc/man/Attic/postmaster.1,v 1.
2 1996/10/03 23:34:36 momjian
Exp $
.TH POSTMASTER UNIX 11/05/95 Postgres95 Postgres95
.TH POSTMASTER UNIX 11/05/95 Postgres95 Postgres95
.SH "NAME"
.SH "NAME"
postmaster \(em run the Postgres postmaster
postmaster \(em run the Postgres postmaster
...
@@ -221,8 +221,10 @@ the problem with
...
@@ -221,8 +221,10 @@ the problem with
described below.
described below.
.SH "EXAMPLES"
.SH "EXAMPLES"
.nf
.nf
# start postmaster using default values
# start postmaster using default values
postmaster -S
nohup postmaster >logfile 2>&1 &
.fi
.fi
This command will start up
This command will start up
.IR "postmaster"
.IR "postmaster"
...
@@ -232,8 +234,10 @@ to find an executable file called \*(lqpostgres\*(rq. This is the
...
@@ -232,8 +234,10 @@ to find an executable file called \*(lqpostgres\*(rq. This is the
simplest and most common way to start the
simplest and most common way to start the
.IR "postmaster" .
.IR "postmaster" .
.nf
.nf
# start with specific port and executable name
# start with specific port and executable name
postmaster -p -b /usr/postgres/bin/postgres &
nohup postmaster -p -b /usr/postgres/bin/postgres &
.fi
.fi
This command will start up a
This command will start up a
.IR "postmaster"
.IR "postmaster"
...
...
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