From: Bruce Momjian Date: Mon, 12 Jul 1999 17:33:36 +0000 (+0000) Subject: Update install file. X-Git-Tag: REL6_5_1~11 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=941d426ca0e56788d03f43bb005be891abc54216;p=users%2Fc2main%2Fpostgres.git Update install file. --- diff --git a/doc/src/sgml/install.sgml b/doc/src/sgml/install.sgml index 275720f9c7..311d13087b 100644 --- a/doc/src/sgml/install.sgml +++ b/doc/src/sgml/install.sgml @@ -798,7 +798,7 @@ the command line. Start the postmaster daemon running in the background by typing $ cd -$ postmaster -i +$ nohup postmaster -i > pgserver.log 2>&1 &