From 57fd9a5c4e7559412e257467041602e42372fe6e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 3 Oct 1996 23:34:36 +0000 Subject: [PATCH] Removed -S from example and added nohup to log file. --- doc/man/postmaster.1 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/man/postmaster.1 b/doc/man/postmaster.1 index 3baf9c15b2..6e4c70f8ee 100644 --- a/doc/man/postmaster.1 +++ b/doc/man/postmaster.1 @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" 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 .SH "NAME" postmaster \(em run the Postgres postmaster @@ -221,8 +221,10 @@ the problem with described below. .SH "EXAMPLES" .nf + # start postmaster using default values -postmaster -S +nohup postmaster >logfile 2>&1 & + .fi This command will start up .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 .IR "postmaster" . .nf + # start with specific port and executable name -postmaster -p -b /usr/postgres/bin/postgres & +nohup postmaster -p -b /usr/postgres/bin/postgres & + .fi This command will start up a .IR "postmaster"