From c4e9a81d734b11ceff1f4da2824fce4f5dd7e308 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 194efde877..7e5ff5b275 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -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 -- 2.39.5