Skip to content

Commit 9ad637f

Browse files
committed
Add mention of SIGHUP on the postmaster manual page.
1 parent 90b2202 commit 9ad637f

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:01 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.38 2003/10/16 17:38:01 momjian Exp $
33
PostgreSQL documentation
44
-->
55

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

372372
<para>
373-
To tell <command>postgres</command> to reread the configuration file,
373+
To tell <command>postgres</command> to reload the configuration files,
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> process reread the configuration file.
378+
one <command>postgres</command> process reload the configuration files.
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)