We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f11dc commit c45fb43Copy full SHA for c45fb43
doc/src/sgml/ref/alter_system.sgml
@@ -47,9 +47,11 @@ ALTER SYSTEM RESET ALL
47
48
<para>
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.
+ the next server configuration reload, or after the next server restart
+ in the case of parameters that can only be changed at server start.
+ 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.
55
</para>
56
57
0 commit comments