Commit c6bce6eb authored by Bruce Momjian's avatar Bruce Momjian

doc: mention pg_reload_conf() for reloading the config file

Reported-by: Ian Barwick

Discussion: https://postgr.es/m/538950ec-b86a-1650-6078-beb7091c09c2@2ndquadrant.com

Backpatch-through: 9.4
parent 5823677a
...@@ -650,8 +650,9 @@ hostnogssenc <replaceable>database</replaceable> <replaceable>user</replaceable ...@@ -650,8 +650,9 @@ hostnogssenc <replaceable>database</replaceable> <replaceable>user</replaceable
<systemitem>SIGHUP</systemitem><indexterm><primary>SIGHUP</primary></indexterm> <systemitem>SIGHUP</systemitem><indexterm><primary>SIGHUP</primary></indexterm>
signal. If you edit the file on an signal. If you edit the file on an
active system, you will need to signal the postmaster active system, you will need to signal the postmaster
(using <literal>pg_ctl reload</literal> or <literal>kill -HUP</literal>) to make it (using <literal>pg_ctl reload</literal>, calling the SQL function
re-read the file. <function>pg_reload_conf()</function>, or using <literal>kill
-HUP</literal>) to make it re-read the file.
</para> </para>
<note> <note>
...@@ -871,8 +872,9 @@ mymap /^(.*)@otherdomain\.com$ guest ...@@ -871,8 +872,9 @@ mymap /^(.*)@otherdomain\.com$ guest
<systemitem>SIGHUP</systemitem><indexterm><primary>SIGHUP</primary></indexterm> <systemitem>SIGHUP</systemitem><indexterm><primary>SIGHUP</primary></indexterm>
signal. If you edit the file on an signal. If you edit the file on an
active system, you will need to signal the postmaster active system, you will need to signal the postmaster
(using <literal>pg_ctl reload</literal> or <literal>kill -HUP</literal>) to make it (using <literal>pg_ctl reload</literal>, calling the SQL function
re-read the file. <function>pg_reload_conf()</function>, or using <literal>kill
-HUP</literal>) to make it re-read the file.
</para> </para>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment