]> granicus.if.org Git - postgresql/commitdiff
doc: mention pg_reload_conf() for reloading the config file
authorBruce Momjian <bruce@momjian.us>
Tue, 16 Jul 2019 00:57:24 +0000 (20:57 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 16 Jul 2019 00:57:24 +0000 (20:57 -0400)
Reported-by: Ian Barwick
Discussion: https://postgr.es/m/538950ec-b86a-1650-6078-beb7091c09c2@2ndquadrant.com

Backpatch-through: 9.4

doc/src/sgml/client-auth.sgml

index 3ed74d80e52ce3d08f736a67970670b981566683..fada7289d4c090e261a55498cad3ae64b2f48f6f 100644 (file)
@@ -650,8 +650,9 @@ hostnogssenc <replaceable>database</replaceable>  <replaceable>user</replaceable
    <systemitem>SIGHUP</systemitem><indexterm><primary>SIGHUP</primary></indexterm>
    signal. If you edit the file on an
    active system, you will need to signal the postmaster
-   (using <literal>pg_ctl reload</literal> or <literal>kill -HUP</literal>) to make it
-   re-read the file.
+   (using <literal>pg_ctl reload</literal>, calling the SQL function
+   <function>pg_reload_conf()</function>, or using <literal>kill
+   -HUP</literal>) to make it re-read the file.
   </para>
 
   <note>
@@ -871,8 +872,9 @@ mymap   /^(.*)@otherdomain\.com$   guest
    <systemitem>SIGHUP</systemitem><indexterm><primary>SIGHUP</primary></indexterm>
    signal. If you edit the file on an
    active system, you will need to signal the postmaster
-   (using <literal>pg_ctl reload</literal> or <literal>kill -HUP</literal>) to make it
-   re-read the file.
+   (using <literal>pg_ctl reload</literal>, calling the SQL function
+   <function>pg_reload_conf()</function>, or using <literal>kill
+   -HUP</literal>) to make it re-read the file.
   </para>
 
   <para>