summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2012-08-22 12:00:24 -0400
committerBruce Momjian <bruce@momjian.us>2012-08-22 12:01:27 -0400
commit7dff5b8edd898146ffa4afc2df3f9d5c67e43f0e (patch)
tree3895f9b15ead9cb26c07e37db6edabac263c192d /doc/src
parentb748d8f280100e4ddbafcc65a768e287a1dfcc22 (diff)
Document that pg_reload_conf() is also an easy way to reload the
configuration file.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/config.sgml7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 7727ea7f89c..59902ed86cc 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -116,9 +116,10 @@ include 'filename'
<primary>SIGHUP</primary>
</indexterm>
The configuration file is reread whenever the main server process
- receives a
- <systemitem>SIGHUP</> signal (which is most easily sent by means
- of <literal>pg_ctl reload</>). The main server process
+ receives a <systemitem>SIGHUP</> signal; this is most easily done by
+ running <literal>pg_ctl reload</> from the command-line or by calling
+ the SQL function <function>pg_reload_conf()</function>). The main
+ server process
also propagates this signal to all currently running server
processes so that existing sessions also get the new
value. Alternatively, you can send the signal to a single server