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>
603603 <systemitem>SIGHUP</systemitem><indexterm><primary>SIGHUP</primary></indexterm>
604604 signal. If you edit the file on an
605605 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.
608609 </para>
609610
610611 <note>
@@ -821,8 +822,9 @@ mymap /^(.*)@otherdomain\.com$ guest
821822 <systemitem>SIGHUP</systemitem><indexterm><primary>SIGHUP</primary></indexterm>
822823 signal. If you edit the file on an
823824 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.
826828 </para>
827829
828830 <para>
You can’t perform that action at this time.
0 commit comments