diff options
author | Bruce Momjian <bruce@momjian.us> | 2019-07-15 20:57:24 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2019-07-15 20:57:24 -0400 |
commit | c83067d7eac0bad956e3e4db02dfdfbf4a99db61 (patch) | |
tree | aba6f03332ba55df8fba388fd98395baad71feef | |
parent | f757d89e88e83eb93498fd161d2c24977ef28a3d (diff) | |
download | postgresql-c83067d7eac0bad956e3e4db02dfdfbf4a99db61.tar.gz postgresql-c83067d7eac0bad956e3e4db02dfdfbf4a99db61.zip |
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
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index c2114021c36..1e456e77969 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -603,8 +603,9 @@ hostnossl <replaceable>database</replaceable> <replaceable>user</replaceable> <systemitem>SIGHUP</systemitem><indexterm><primary>SIGHUP</primary></indexterm> signal. If you edit the file on an active system, you will need to signal the postmaster - (using <literal>pg_ctl reload</literal> or <literal>kill -HUP</literal>) to make it - re-read the file. + (using <literal>pg_ctl reload</literal>, calling the SQL function + <function>pg_reload_conf()</function>, or using <literal>kill + -HUP</literal>) to make it re-read the file. </para> <note> @@ -821,8 +822,9 @@ mymap /^(.*)@otherdomain\.com$ guest <systemitem>SIGHUP</systemitem><indexterm><primary>SIGHUP</primary></indexterm> signal. If you edit the file on an active system, you will need to signal the postmaster - (using <literal>pg_ctl reload</literal> or <literal>kill -HUP</literal>) to make it - re-read the file. + (using <literal>pg_ctl reload</literal>, calling the SQL function + <function>pg_reload_conf()</function>, or using <literal>kill + -HUP</literal>) to make it re-read the file. </para> <para> |