Update install file.

This commit is contained in:
Bruce Momjian 1999-07-12 17:33:36 +00:00
parent 30e27a9099
commit 941d426ca0

View file

@ -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>