aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-12-16 10:17:13 +0000
committerBruce Momjian <bruce@momjian.us>2007-12-16 10:17:13 +0000
commit3e4c6b542206bb95db499ddb4aa23b601d3c0acb (patch)
tree73b2359884bc156926d8e3c683ab21981a1999f5
parenta22d8971349d0a8a342c3cf517bcaec03a2b25f7 (diff)
downloadpostgresql-3e4c6b542206bb95db499ddb4aa23b601d3c0acb.tar.gz
postgresql-3e4c6b542206bb95db499ddb4aa23b601d3c0acb.zip
Mention pg_ctl kill for Win32 in docs.
-rw-r--r--doc/src/sgml/runtime.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index 6500314c057..bd273c9e896 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -1,4 +1,4 @@
-<!-- $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">
<title>Operating System Environment</title>
@@ -1350,7 +1350,8 @@ sysctl -w vm.overcommit_memory=2
</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
found using the <command>ps</command> program, or from the file
<filename>postmaster.pid</filename> in the data directory. For