From: Bruce Momjian Date: Mon, 12 Jul 1999 17:33:36 +0000 (+0000) Subject: Update install file. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=641122d6ae94df657b4ab4e585ef2357da4d3973;p=users%2Fbernd%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 &