File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -370,12 +370,12 @@ PostgreSQL documentation
370
370
</para>
371
371
372
372
<para>
373
- To tell <command>postgres</command> to reread the configuration file ,
373
+ To tell <command>postgres</command> to reload the configuration files ,
374
374
send a <literal>SIGHUP</literal> signal. Normally it's best to
375
375
<literal>SIGHUP</literal> the <command>postmaster</command> instead;
376
376
the <command>postmaster</command> will in turn <literal>SIGHUP</literal>
377
377
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 .
379
379
</para>
380
380
381
381
<para>
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -487,7 +487,8 @@ PostgreSQL documentation
487
487
all clients to terminate before quitting, the second will
488
488
forcefully disconnect all clients, and the third will quit
489
489
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.
491
492
</para>
492
493
493
494
<para>
You can’t perform that action at this time.
0 commit comments