Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd157b7b

Browse files
committed
Document new pg_ctl 'kill' command, specificially for Win32.
1 parentf3d6d94 commitd157b7b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

‎doc/src/sgml/ref/pg_ctl-ref.sgml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
PostgreSQL documentation
44
-->
55

@@ -65,6 +65,11 @@ PostgreSQL documentation
6565
<command>pg_ctl</command>
6666
<arg choice="plain">status</arg>
6767
<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>
6873
</cmdsynopsis>
6974
</refsynopsisdiv>
7075

@@ -131,6 +136,12 @@ PostgreSQL documentation
131136
and the command line options that were used to invoke it are
132137
displayed.
133138
</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>
134145
</refsect1>
135146

136147
<refsect1 id="app-pg-ctl-options">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp