File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,11 @@ ALTER SYSTEM RESET ALL
47
47
48
48
<para>
49
49
Values set with <command>ALTER SYSTEM</command> will be effective after
50
- the next server configuration reload (<systemitem>SIGHUP</>
51
- or <literal>pg_ctl reload</>), or after the next server restart in the
52
- case of parameters that can only be changed at server start.
50
+ the next server configuration reload, or after the next server restart
51
+ in the case of parameters that can only be changed at server start.
52
+ A server configuration reload can be commanded by calling the SQL
53
+ function <function>pg_reload_conf()</>, running <literal>pg_ctl reload</>,
54
+ or sending a <systemitem>SIGHUP</> signal to the main server process.
53
55
</para>
54
56
55
57
<para>
You can’t perform that action at this time.
0 commit comments