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 @@ -572,8 +572,9 @@ hostnossl <replaceable>database</replaceable> <replaceable>user</replaceable>
572
572
<systemitem>SIGHUP</systemitem><indexterm><primary>SIGHUP</primary></indexterm>
573
573
signal. If you edit the file on an
574
574
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.
577
578
</para>
578
579
579
580
<tip>
@@ -767,8 +768,9 @@ mymap /^(.*)@otherdomain\.com$ guest
767
768
<systemitem>SIGHUP</systemitem><indexterm><primary>SIGHUP</primary></indexterm>
768
769
signal. If you edit the file on an
769
770
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.
772
774
</para>
773
775
774
776
<para>
You can’t perform that action at this time.
0 commit comments