提交 7dff5b8e 编写于 作者: B Bruce Momjian

Document that pg_reload_conf() is also an easy way to reload the

configuration file.
上级 b748d8f2
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册