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

Commit3e4c6b5

Browse files
committed
Mention pg_ctl kill for Win32 in docs.
1 parenta22d897 commit3e4c6b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎doc/src/sgml/runtime.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.386 2007/11/28 15:42:31 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.387 2007/12/16 10:17:13 momjian Exp $ -->
22

33
<chapter Id="runtime">
44
<title>Operating System Environment</title>
@@ -1350,7 +1350,8 @@ sysctl -w vm.overcommit_memory=2
13501350
</para>
13511351

13521352
<para>
1353-
Alternatively, you can send the signal directly using <command>kill</>.
1353+
Alternatively, you can send the signal directly using <command>kill</>
1354+
(or <command>pg_ctl kill TERM [process id]</> on <productname>Windows</>).
13541355
The <acronym>PID</> of the <command>postgres</command> process can be
13551356
found using the <command>ps</command> program, or from the file
13561357
<filename>postmaster.pid</filename> in the data directory. For

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp