Docs: mention pg_reload_conf() in ALTER SYSTEM reference page.
Takayuki Tsunakawa Discussion: <0A3221C70F24FB45833433255569204D1F578FC3@G01JPEXMBYT05>
This commit is contained in:
parent
23f11dc21b
commit
c45fb43c84
@ -47,9 +47,11 @@ ALTER SYSTEM RESET ALL
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
Values set with <command>ALTER SYSTEM</command> will be effective after
|
Values set with <command>ALTER SYSTEM</command> will be effective after
|
||||||
the next server configuration reload (<systemitem>SIGHUP</>
|
the next server configuration reload, or after the next server restart
|
||||||
or <literal>pg_ctl reload</>), or after the next server restart in the
|
in the case of parameters that can only be changed at server start.
|
||||||
case of parameters that can only be changed at server start.
|
A server configuration reload can be commanded by calling the SQL
|
||||||
|
function <function>pg_reload_conf()</>, running <literal>pg_ctl reload</>,
|
||||||
|
or sending a <systemitem>SIGHUP</> signal to the main server process.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user