Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7dff5b8

Browse files
committed
Document that pg_reload_conf() is also an easy way to reload the
configuration file.
1 parent b748d8f commit 7dff5b8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/src/sgml/config.sgml

+4-3
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,10 @@ include 'filename'
116116
<primary>SIGHUP</primary>
117117
</indexterm>
118118
The configuration file is reread whenever the main server process
119-
receives a
120-
<systemitem>SIGHUP</> signal (which is most easily sent by means
121-
of <literal>pg_ctl reload</>). The main server process
119+
receives a <systemitem>SIGHUP</> signal; this is most easily done by
120+
running <literal>pg_ctl reload</> from the command-line or by calling
121+
the SQL function <function>pg_reload_conf()</function>). The main
122+
server process
122123
also propagates this signal to all currently running server
123124
processes so that existing sessions also get the new
124125
value. Alternatively, you can send the signal to a single server

0 commit comments

Comments
 (0)