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

Commit9ad637f

Browse files
committed
Add mention of SIGHUP on the postmaster manual page.
1 parent90b2202 commit9ad637f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
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.37 2003/09/24 18:54:01tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.38 2003/10/16 17:38:01momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -370,12 +370,12 @@ PostgreSQL documentation
370370
</para>
371371

372372
<para>
373-
To tell <command>postgres</command> toreread the configurationfile,
373+
To tell <command>postgres</command> toreload the configurationfiles,
374374
send a <literal>SIGHUP</literal> signal. Normally it's best to
375375
<literal>SIGHUP</literal> the <command>postmaster</command> instead;
376376
the <command>postmaster</command> will in turn <literal>SIGHUP</literal>
377377
each of its children. But in some cases it might be desirable to have only
378-
one <command>postgres</command> processreread the configurationfile.
378+
one <command>postgres</command> processreload the configurationfiles.
379379
</para>
380380

381381
<para>

‎doc/src/sgml/ref/postmaster.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.40 2003/09/18 20:30:15 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.41 2003/10/16 17:38:01 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -487,7 +487,8 @@ PostgreSQL documentation
487487
all clients to terminate before quitting, the second will
488488
forcefully disconnect all clients, and the third will quit
489489
immediately without proper shutdown, resulting in a recovery run
490-
during restart.
490+
during restart. The <literal>SIGHUP</literal> signal will
491+
reload the server configuration files.
491492
</para>
492493

493494
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp