|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.26 2004/05/14 20:01:19 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.27 2004/05/27 03:50:25 momjian Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -65,6 +65,11 @@ PostgreSQL documentation
|
65 | 65 | <command>pg_ctl</command>
|
66 | 66 | <arg choice="plain">status</arg>
|
67 | 67 | <arg>-D <replaceable>datadir</replaceable></arg>
|
| 68 | + <sbr> |
| 69 | + <command>pg_ctl</command> |
| 70 | + <arg choice="plain">kill</arg> |
| 71 | + <arg><replaceable>signal_name</replaceable></arg> |
| 72 | + <arg><replaceable>process_id</replaceable></arg> |
68 | 73 | </cmdsynopsis>
|
69 | 74 | </refsynopsisdiv>
|
70 | 75 |
|
@@ -131,6 +136,12 @@ PostgreSQL documentation
|
131 | 136 | and the command line options that were used to invoke it are
|
132 | 137 | displayed.
|
133 | 138 | </para>
|
| 139 | + |
| 140 | + <para> |
| 141 | + <option>kill</option> mode allows you to send a signal to a specified |
| 142 | + process. This is particularly valuable for <productname>MS Windows</> |
| 143 | + which does not have a <application>kill</> command. |
| 144 | + </para> |
134 | 145 | </refsect1>
|
135 | 146 |
|
136 | 147 | <refsect1 id="app-pg-ctl-options">
|
|