Skip to content

Commit 57fd9a5

Browse files
committed
Removed -S from example and added nohup to log file.
1 parent c61d606 commit 57fd9a5

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

doc/man/postmaster.1

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/doc/man/Attic/postmaster.1,v 1.1.1.1 1996/08/18 22:14:26 scrappy Exp $
3+
.\" $Header: /cvsroot/pgsql/doc/man/Attic/postmaster.1,v 1.2 1996/10/03 23:34:36 momjian Exp $
44
.TH POSTMASTER UNIX 11/05/95 Postgres95 Postgres95
55
.SH "NAME"
66
postmaster \(em run the Postgres postmaster
@@ -221,8 +221,10 @@ the problem with
221221
described below.
222222
.SH "EXAMPLES"
223223
.nf
224+
224225
# start postmaster using default values
225-
postmaster -S
226+
nohup postmaster >logfile 2>&1 &
227+
226228
.fi
227229
This command will start up
228230
.IR "postmaster"
@@ -232,8 +234,10 @@ to find an executable file called \*(lqpostgres\*(rq. This is the
232234
simplest and most common way to start the
233235
.IR "postmaster" .
234236
.nf
237+
235238
# start with specific port and executable name
236-
postmaster -p -b /usr/postgres/bin/postgres &
239+
nohup postmaster -p -b /usr/postgres/bin/postgres &
240+
237241
.fi
238242
This command will start up a
239243
.IR "postmaster"

0 commit comments

Comments
 (0)