Skip to content
Snippets Groups Projects
Commit 9ad637f7 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add mention of SIGHUP on the postmaster manual page.

parent 90b22029
No related branches found
No related tags found
No related merge requests found
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.37 2003/09/24 18:54:01 tgl Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.38 2003/10/16 17:38:01 momjian Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -370,12 +370,12 @@ PostgreSQL documentation ...@@ -370,12 +370,12 @@ PostgreSQL documentation
</para> </para>
<para> <para>
To tell <command>postgres</command> to reread the configuration file, To tell <command>postgres</command> to reload the configuration files,
send a <literal>SIGHUP</literal> signal. Normally it's best to send a <literal>SIGHUP</literal> signal. Normally it's best to
<literal>SIGHUP</literal> the <command>postmaster</command> instead; <literal>SIGHUP</literal> the <command>postmaster</command> instead;
the <command>postmaster</command> will in turn <literal>SIGHUP</literal> the <command>postmaster</command> will in turn <literal>SIGHUP</literal>
each of its children. But in some cases it might be desirable to have only each of its children. But in some cases it might be desirable to have only
one <command>postgres</command> process reread the configuration file. one <command>postgres</command> process reload the configuration files.
</para> </para>
<para> <para>
......
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.40 2003/09/18 20:30:15 tgl Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.41 2003/10/16 17:38:01 momjian Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -487,7 +487,8 @@ PostgreSQL documentation ...@@ -487,7 +487,8 @@ PostgreSQL documentation
all clients to terminate before quitting, the second will all clients to terminate before quitting, the second will
forcefully disconnect all clients, and the third will quit forcefully disconnect all clients, and the third will quit
immediately without proper shutdown, resulting in a recovery run immediately without proper shutdown, resulting in a recovery run
during restart. during restart. The <literal>SIGHUP</literal> signal will
reload the server configuration files.
</para> </para>
<para> <para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment