File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments