Commit 7c81a130 authored by Tom Lane's avatar Tom Lane

Fix erroneous claim that 'postmaster -S' leaves the postmaster running

in the foreground --- in fact, it auto-detaches.
parent ba834d64
......@@ -70,9 +70,8 @@
% postmaster -S
</ProgramListing>
and the <Application>postmaster</Application> will be "S"ilent.
Notice that there
is no ampersand ("&amp") at the end of the last example so
postmaster will be running in the foreground.
No ampersand ("&amp") is required in this case, since the postmaster
automatically detaches from the terminal when -S is specified.
</Para>
</sect1>
......
......@@ -156,9 +156,8 @@ FATAL 1: Database testdb does not exist in pg_database
% postmaster -S
</ProgramListing>
and the <Application>postmaster</Application> will be "S"ilent.
Notice that there
is no ampersand ("&amp") at the end of the last example so
postmaster will be running in the foreground.
No ampersand ("&amp") is required in this case, since the postmaster
automatically detaches from the terminal when -S is specified.
</Para>
<sect2 Id="pg-options-trouble">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment