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

Commit3675d06

Browse files
committed
Add mention of postgres signals to reference page
Joseph Shraibman
1 parent586510f commit3675d06

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.28 2002/10/11 23:03:48 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.29 2002/10/23 23:33:08 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -371,6 +371,21 @@ PostgreSQL documentation
371371
</para>
372372
</refsect1>
373373

374+
<refsect1>
375+
<title>Notes</title>
376+
377+
<para>
378+
To stop a running query use the <literal>SIGINT</literal> signal. To
379+
tell <application>postgres</application> to reread the config file,
380+
use a <literal>SIGHUP</literal> signal. The
381+
<application>postmaster</application> uses <literal>SIGTERM</literal>
382+
to tell a postgres process to quit normally and
383+
<literal>SIGQUIT</literal> to terminate without the normal cleanup.
384+
These <emphasis>should not</emphasis> be used by users.
385+
</para>
386+
387+
</refsect1>
388+
374389
<refsect1>
375390
<title>Usage</title>
376391

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp