Commit 3e4c6b54 authored by Bruce Momjian's avatar Bruce Momjian

Mention pg_ctl kill for Win32 in docs.

parent a22d8971
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.386 2007/11/28 15:42:31 petere Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.387 2007/12/16 10:17:13 momjian Exp $ -->
<chapter Id="runtime"> <chapter Id="runtime">
<title>Operating System Environment</title> <title>Operating System Environment</title>
...@@ -1350,7 +1350,8 @@ sysctl -w vm.overcommit_memory=2 ...@@ -1350,7 +1350,8 @@ sysctl -w vm.overcommit_memory=2
</para> </para>
<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</>).
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