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'
116
116
<primary>SIGHUP</primary>
117
117
</indexterm>
118
118
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
122
123
also propagates this signal to all currently running server
123
124
processes so that existing sessions also get the new
124
125
value. Alternatively, you can send the signal to a single server
You can’t perform that action at this time.
0 commit comments