mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 00:03:23 -04:00
Fix erroneous claim that 'postmaster -S' leaves the postmaster running
in the foreground --- in fact, it auto-detaches.
This commit is contained in:
parent
ba834d6425
commit
7c81a130a4
@ -70,9 +70,8 @@
|
|||||||
% postmaster -S
|
% postmaster -S
|
||||||
</ProgramListing>
|
</ProgramListing>
|
||||||
and the <Application>postmaster</Application> will be "S"ilent.
|
and the <Application>postmaster</Application> will be "S"ilent.
|
||||||
Notice that there
|
No ampersand ("&") is required in this case, since the postmaster
|
||||||
is no ampersand ("&") at the end of the last example so
|
automatically detaches from the terminal when -S is specified.
|
||||||
postmaster will be running in the foreground.
|
|
||||||
</Para>
|
</Para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
@ -156,9 +156,8 @@ FATAL 1: Database testdb does not exist in pg_database
|
|||||||
% postmaster -S
|
% postmaster -S
|
||||||
</ProgramListing>
|
</ProgramListing>
|
||||||
and the <Application>postmaster</Application> will be "S"ilent.
|
and the <Application>postmaster</Application> will be "S"ilent.
|
||||||
Notice that there
|
No ampersand ("&") is required in this case, since the postmaster
|
||||||
is no ampersand ("&") at the end of the last example so
|
automatically detaches from the terminal when -S is specified.
|
||||||
postmaster will be running in the foreground.
|
|
||||||
</Para>
|
</Para>
|
||||||
|
|
||||||
<sect2 Id="pg-options-trouble">
|
<sect2 Id="pg-options-trouble">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user