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 | c6bce6ebb668c7da03d01244d34cac0335561103 (patch) | |
tree | 2a0b2053e90f0538ca61a1e0128e94cfdac920c7 | |
parent | 5823677acc567d7790cc68972de12f6718913d7d (diff) | |
download | postgresql-c6bce6ebb668c7da03d01244d34cac0335561103.tar.gz postgresql-c6bce6ebb668c7da03d01244d34cac0335561103.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 3ed74d80e52..fada7289d4c 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -650,8 +650,9 @@ hostnogssenc <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> @@ -871,8 +872,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> |