From 3e4c6b542206bb95db499ddb4aa23b601d3c0acb Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 16 Dec 2007 10:17:13 +0000 Subject: [PATCH] Mention pg_ctl kill for Win32 in docs. --- doc/src/sgml/runtime.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 6500314c05..bd273c9e89 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,4 +1,4 @@ - + Operating System Environment @@ -1350,7 +1350,8 @@ sysctl -w vm.overcommit_memory=2 - Alternatively, you can send the signal directly using kill. + Alternatively, you can send the signal directly using kill + (or pg_ctl kill TERM [process id] on Windows). The PID of the postgres process can be found using the ps program, or from the file postmaster.pid in the data directory. For