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 @@ -603,8 +603,9 @@ hostnossl <replaceable>database</replaceable> <replaceable>user</replaceable>
603
603
<systemitem>SIGHUP</systemitem><indexterm><primary>SIGHUP</primary></indexterm>
604
604
signal. If you edit the file on an
605
605
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.
608
609
</para>
609
610
610
611
<note>
@@ -821,8 +822,9 @@ mymap /^(.*)@otherdomain\.com$ guest
821
822
<systemitem>SIGHUP</systemitem><indexterm><primary>SIGHUP</primary></indexterm>
822
823
signal. If you edit the file on an
823
824
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.
826
828
</para>
827
829
828
830
<para>
You can’t perform that action at this time.
0 commit comments