mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-23 19:39:53 +08:00
Document new pg_ctl 'kill' command, specificially for Win32.
This commit is contained in:
parent
f3d6d948c7
commit
d157b7bbc7
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.26 2004/05/14 20:01:19 momjian Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.27 2004/05/27 03:50:25 momjian Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -65,6 +65,11 @@ PostgreSQL documentation
|
|||||||
<command>pg_ctl</command>
|
<command>pg_ctl</command>
|
||||||
<arg choice="plain">status</arg>
|
<arg choice="plain">status</arg>
|
||||||
<arg>-D <replaceable>datadir</replaceable></arg>
|
<arg>-D <replaceable>datadir</replaceable></arg>
|
||||||
|
<sbr>
|
||||||
|
<command>pg_ctl</command>
|
||||||
|
<arg choice="plain">kill</arg>
|
||||||
|
<arg><replaceable>signal_name</replaceable></arg>
|
||||||
|
<arg><replaceable>process_id</replaceable></arg>
|
||||||
</cmdsynopsis>
|
</cmdsynopsis>
|
||||||
</refsynopsisdiv>
|
</refsynopsisdiv>
|
||||||
|
|
||||||
@ -131,6 +136,12 @@ PostgreSQL documentation
|
|||||||
and the command line options that were used to invoke it are
|
and the command line options that were used to invoke it are
|
||||||
displayed.
|
displayed.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<option>kill</option> mode allows you to send a signal to a specified
|
||||||
|
process. This is particularly valuable for <productname>MS Windows</>
|
||||||
|
which does not have a <application>kill</> command.
|
||||||
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
<refsect1 id="app-pg-ctl-options">
|
<refsect1 id="app-pg-ctl-options">
|
||||||
|
Loading…
Reference in New Issue
Block a user