Commit cc04aaf9 authored by Bruce Momjian's avatar Bruce Momjian

Update pg_ctk/kill docs.

parent d08e7001
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.391 2007/12/17 13:54:10 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.392 2007/12/17 14:00:52 momjian Exp $ -->
<chapter Id="runtime"> <chapter Id="runtime">
<title>Operating System Environment</title> <title>Operating System Environment</title>
...@@ -1351,11 +1351,8 @@ sysctl -w vm.overcommit_memory=2 ...@@ -1351,11 +1351,8 @@ sysctl -w vm.overcommit_memory=2
<para> <para>
The <xref linkend="app-pg-ctl"> program provides a convenient The <xref linkend="app-pg-ctl"> program provides a convenient
interface for sending these signals to shut down the server. interface for sending these signals to shut down the server.
</para>
<para>
Alternatively, you can send the signal directly using <command>kill</> 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 The <acronym>PID</> of the <command>postgres</command> process can be
found using the <command>ps</command> program, or from the file found using the <command>ps</command> program, or from the file
<filename>postmaster.pid</filename> in the data directory. For <filename>postmaster.pid</filename> in the data directory. For
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment