From: Bruce Momjian Date: Thu, 27 May 2004 03:50:25 +0000 (+0000) Subject: Document new pg_ctl 'kill' command, specificially for Win32. X-Git-Tag: REL8_0_0BETA1~510 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d157b7bbc74643dc7459b813d9ed073a629ecd8a;p=postgresql Document new pg_ctl 'kill' command, specificially for Win32. --- diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml index 2145d93946..1987e7a273 100644 --- a/doc/src/sgml/ref/pg_ctl-ref.sgml +++ b/doc/src/sgml/ref/pg_ctl-ref.sgml @@ -1,5 +1,5 @@ @@ -65,6 +65,11 @@ PostgreSQL documentation pg_ctl status -D datadir + + pg_ctl + kill + signal_name + process_id @@ -131,6 +136,12 @@ PostgreSQL documentation and the command line options that were used to invoke it are displayed. + + + mode allows you to send a signal to a specified + process. This is particularly valuable for MS Windows + which does not have a kill command. +