aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-07-12 17:33:36 +0000
committerBruce Momjian <bruce@momjian.us>1999-07-12 17:33:36 +0000
commit941d426ca0e56788d03f43bb005be891abc54216 (patch)
tree1197d843de012732cc0f0ea65ec856de25f441cc
parent30e27a909934ee51ad32a0aeb2b6aa29b2d74ad7 (diff)
downloadpostgresql-941d426ca0e56788d03f43bb005be891abc54216.tar.gz
postgresql-941d426ca0e56788d03f43bb005be891abc54216.zip
Update install file.
-rw-r--r--doc/src/sgml/install.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/install.sgml b/doc/src/sgml/install.sgml
index 275720f9c7c..311d13087b6 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
<ProgramListing>
$ cd
-$ postmaster -i
+$ nohup postmaster -i > pgserver.log 2>&1 &
</ProgramListing>
</Para>
</Step>