File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" 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 $
4
4
.TH POSTMASTER UNIX 11/05/95 Postgres95 Postgres95
5
5
.SH "NAME"
6
6
postmaster \(em run the Postgres postmaster
@@ -221,8 +221,10 @@ the problem with
221
221
described below.
222
222
.SH "EXAMPLES"
223
223
.nf
224
+
224
225
# start postmaster using default values
225
- postmaster -S
226
+ nohup postmaster >logfile 2>&1 &
227
+
226
228
.fi
227
229
This command will start up
228
230
.IR " postmaster"
@@ -232,8 +234,10 @@ to find an executable file called \*(lqpostgres\*(rq. This is the
232
234
simplest and most common way to start the
233
235
.IR " postmaster" .
234
236
.nf
237
+
235
238
# 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
+
237
241
.fi
238
242
This command will start up a
239
243
.IR " postmaster"
You can’t perform that action at this time.
0 commit comments