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 $ cd -$ postmaster -i +$ nohup postmaster -i > pgserver.log 2>&1 &