]> granicus.if.org Git - postgresql/commitdiff
Docs: mention pg_reload_conf() in ALTER SYSTEM reference page.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 May 2016 18:04:29 +0000 (14:04 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 May 2016 18:04:29 +0000 (14:04 -0400)
Takayuki Tsunakawa

Discussion: <0A3221C70F24FB45833433255569204D1F578FC3@G01JPEXMBYT05>

doc/src/sgml/ref/alter_system.sgml

index 00fd8d7c32c499f70f30de80b734b4b044c6847c..c1d27b6564e3243890a910a596c46cde84669cf6 100644 (file)
@@ -47,9 +47,11 @@ ALTER SYSTEM RESET ALL
 
   <para>
    Values set with <command>ALTER SYSTEM</command> will be effective after
-   the next server configuration reload (<systemitem>SIGHUP</>
-   or <literal>pg_ctl reload</>), or after the next server restart in the
-   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
+   function <function>pg_reload_conf()</>, running <literal>pg_ctl reload</>,
+   or sending a <systemitem>SIGHUP</> signal to the main server process.
   </para>
 
   <para>