Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c6bce6e

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 5823677 commit c6bce6e

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
@@ -650,8 +650,9 @@ hostnogssenc <replaceable>database</replaceable> <replaceable>user</replaceable
650650
<systemitem>SIGHUP</systemitem><indexterm><primary>SIGHUP</primary></indexterm>
651651
signal. If you edit the file on an
652652
active system, you will need to signal the postmaster
653-
(using <literal>pg_ctl reload</literal> or <literal>kill -HUP</literal>) to make it
654-
re-read the file.
653+
(using <literal>pg_ctl reload</literal>, calling the SQL function
654+
<function>pg_reload_conf()</function>, or using <literal>kill
655+
-HUP</literal>) to make it re-read the file.
655656
</para>
656657

657658
<note>
@@ -871,8 +872,9 @@ mymap /^(.*)@otherdomain\.com$ guest
871872
<systemitem>SIGHUP</systemitem><indexterm><primary>SIGHUP</primary></indexterm>
872873
signal. If you edit the file on an
873874
active system, you will need to signal the postmaster
874-
(using <literal>pg_ctl reload</literal> or <literal>kill -HUP</literal>) to make it
875-
re-read the file.
875+
(using <literal>pg_ctl reload</literal>, calling the SQL function
876+
<function>pg_reload_conf()</function>, or using <literal>kill
877+
-HUP</literal>) to make it re-read the file.
876878
</para>
877879

878880
<para>

0 commit comments

Comments
 (0)