Skip to content

Commit 5dbe666

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 7b60468 commit 5dbe666

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
@@ -572,8 +572,9 @@ hostnossl <replaceable>database</replaceable> <replaceable>user</replaceable>
572572
<systemitem>SIGHUP</systemitem><indexterm><primary>SIGHUP</primary></indexterm>
573573
signal. If you edit the file on an
574574
active system, you will need to signal the postmaster
575-
(using <literal>pg_ctl reload</> or <literal>kill -HUP</>) to make it
576-
re-read the file.
575+
(using <literal>pg_ctl reload</literal>, calling the SQL function
576+
<function>pg_reload_conf()</function>, or using <literal>kill
577+
-HUP</literal>) to make it re-read the file.
577578
</para>
578579

579580
<tip>
@@ -767,8 +768,9 @@ mymap /^(.*)@otherdomain\.com$ guest
767768
<systemitem>SIGHUP</systemitem><indexterm><primary>SIGHUP</primary></indexterm>
768769
signal. If you edit the file on an
769770
active system, you will need to signal the postmaster
770-
(using <literal>pg_ctl reload</> or <literal>kill -HUP</>) to make it
771-
re-read the file.
771+
(using <literal>pg_ctl reload</literal>, calling the SQL function
772+
<function>pg_reload_conf()</function>, or using <literal>kill
773+
-HUP</literal>) to make it re-read the file.
772774
</para>
773775

774776
<para>

0 commit comments

Comments
 (0)