File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -650,8 +650,9 @@ hostnogssenc <replaceable>database</replaceable> <replaceable>user</replaceable
650
650
<systemitem>SIGHUP</systemitem><indexterm><primary>SIGHUP</primary></indexterm>
651
651
signal. If you edit the file on an
652
652
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.
655
656
</para>
656
657
657
658
<note>
@@ -871,8 +872,9 @@ mymap /^(.*)@otherdomain\.com$ guest
871
872
<systemitem>SIGHUP</systemitem><indexterm><primary>SIGHUP</primary></indexterm>
872
873
signal. If you edit the file on an
873
874
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.
876
878
</para>
877
879
878
880
<para>
You can’t perform that action at this time.
0 commit comments