Removed -S from example and added nohup to log file.
This commit is contained in:
parent
c61d606a15
commit
57fd9a5c4e
@ -1,6 +1,6 @@
|
|||||||
.\" 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
|
|||||||
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
|
|||||||
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user