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
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>
You can’t perform that action at this time.
0 commit comments