OSDN Git Service

Fix erroneous claim that 'postmaster -S' leaves the postmaster running
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 26 Mar 2000 06:58:17 +0000 (06:58 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 26 Mar 2000 06:58:17 +0000 (06:58 +0000)
in the foreground --- in fact, it auto-detaches.

doc/src/sgml/runtime.sgml
doc/src/sgml/trouble.sgml

index bfab660..b937471 100644 (file)
@@ -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>
 
index 776e96f..dae22b3 100644 (file)
@@ -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">