diff options
author | Bruce Momjian | 2007-12-17 14:00:52 +0000 |
---|---|---|
committer | Bruce Momjian | 2007-12-17 14:00:52 +0000 |
commit | 886c11405674d2dde231bca690c67d7404d0e2eb (patch) | |
tree | a70e66296fb5d6fc33710b19062ba214da447dc5 | |
parent | 786043b59adebe5f204511d94c3bb8b9d10ab2e2 (diff) |
Update pg_ctk/kill docs.
-rw-r--r-- | doc/src/sgml/runtime.sgml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 3e7eb03e70..6eaeecd15b 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -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 |