Skip to content

Commit f68060c

Browse files
committed
doc: mention pg_reload_conf() for reloading the config file
Reported-by: Ian Barwick Discussion: https://postgr.es/m/538950ec-b86a-1650-6078-beb7091c09c2@2ndquadrant.com Backpatch-through: 9.4
1 parent 15f2f27 commit f68060c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/src/sgml/client-auth.sgml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -603,8 +603,9 @@ hostnossl <replaceable>database</replaceable> <replaceable>user</replaceable>
603603
<systemitem>SIGHUP</systemitem><indexterm><primary>SIGHUP</primary></indexterm>
604604
signal. If you edit the file on an
605605
active system, you will need to signal the postmaster
606-
(using <literal>pg_ctl reload</> or <literal>kill -HUP</>) to make it
607-
re-read the file.
606+
(using <literal>pg_ctl reload</literal>, calling the SQL function
607+
<function>pg_reload_conf()</function>, or using <literal>kill
608+
-HUP</literal>) to make it re-read the file.
608609
</para>
609610

610611
<note>
@@ -821,8 +822,9 @@ mymap /^(.*)@otherdomain\.com$ guest
821822
<systemitem>SIGHUP</systemitem><indexterm><primary>SIGHUP</primary></indexterm>
822823
signal. If you edit the file on an
823824
active system, you will need to signal the postmaster
824-
(using <literal>pg_ctl reload</> or <literal>kill -HUP</>) to make it
825-
re-read the file.
825+
(using <literal>pg_ctl reload</literal>, calling the SQL function
826+
<function>pg_reload_conf()</function>, or using <literal>kill
827+
-HUP</literal>) to make it re-read the file.
826828
</para>
827829

828830
<para>

0 commit comments

Comments
 (0)