We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b748d8f commit 7dff5b8Copy full SHA for 7dff5b8
doc/src/sgml/config.sgml
@@ -116,9 +116,10 @@ include 'filename'
116
<primary>SIGHUP</primary>
117
</indexterm>
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
+ 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
122
+ server process
123
also propagates this signal to all currently running server
124
processes so that existing sessions also get the new
125
value. Alternatively, you can send the signal to a single server
0 commit comments