]> granicus.if.org Git - postgresql/commitdiff
Document that pg_reload_conf() is also an easy way to reload the
authorBruce Momjian <bruce@momjian.us>
Wed, 22 Aug 2012 16:00:24 +0000 (12:00 -0400)
committerBruce Momjian <bruce@momjian.us>
Wed, 22 Aug 2012 16:01:27 +0000 (12:01 -0400)
configuration file.

doc/src/sgml/config.sgml

index 7727ea7f89cf76e9fe7dbd0ced57f18dde387278..59902ed86cc87a3c33ae7c40db1125f5066985b0 100644 (file)
@@ -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