Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7c81a13

Browse files
committed
Fix erroneous claim that 'postmaster -S' leaves the postmaster running
in the foreground --- in fact, it auto-detaches.
1 parentba834d6 commit7c81a13

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

‎doc/src/sgml/runtime.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,8 @@
7070
% postmaster -S
7171
</ProgramListing>
7272
and the <Application>postmaster</Application> will be "S"ilent.
73-
Notice that there
74-
is no ampersand ("&amp") at the end of the last example so
75-
postmaster will be running in the foreground.
73+
No ampersand ("&amp") is required in this case, since the postmaster
74+
automatically detaches from the terminal when -S is specified.
7675
</Para>
7776
</sect1>
7877

‎doc/src/sgml/trouble.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,8 @@ FATAL 1: Database testdb does not exist in pg_database
156156
% postmaster -S
157157
</ProgramListing>
158158
and the <Application>postmaster</Application> will be "S"ilent.
159-
Notice that there
160-
is no ampersand ("&amp") at the end of the last example so
161-
postmaster will be running in the foreground.
159+
No ampersand ("&amp") is required in this case, since the postmaster
160+
automatically detaches from the terminal when -S is specified.
162161
</Para>
163162

164163
<sect2 Id="pg-options-trouble">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp