Update pg_ctk/kill docs.
authorBruce Momjian <bruce@momjian.us>
Mon, 17 Dec 2007 14:00:52 +0000 (14:00 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 17 Dec 2007 14:00:52 +0000 (14:00 +0000)
doc/src/sgml/runtime.sgml

index 3e7eb03e70275f744ca911effc53e4d421bc2da7..6eaeecd15b83421eb9bf6adb3bea688f2b1e09d0 100644 (file)
@@ -1351,11 +1351,8 @@ sysctl -w vm.overcommit_memory=2
   <para>
    The <xref linkend="app-pg-ctl"> program provides a convenient
    interface for sending these signals to shut down the server.
-  </para>
-
-  <para>
    Alternatively, you can send the signal directly using <command>kill</>
-   (or <command>pg_ctl kill TERM [process id]</> on <productname>Windows</>).
+   on non-Windows systems.
    The <acronym>PID</> of the <command>postgres</command> process can be
    found using the <command>ps</command> program, or from the file
    <filename>postmaster.pid</filename> in the data directory. For