doc: mention pg_reload_conf() for reloading the config file
authorBruce Momjian
Tue, 16 Jul 2019 00:57:24 +0000 (20:57 -0400)
committerBruce Momjian
Tue, 16 Jul 2019 00:57:24 +0000 (20:57 -0400)
Reported-by: Ian Barwick
Discussion: https://postgr.es/m/538950ec-b86a-1650-6078-beb7091c09c2@2ndquadrant.com

Backpatch-through: 9.4

doc/src/sgml/client-auth.sgml

index 0e1a3569170ef0a21bb9e0513dd21431a40728e7..0bb3e0d28ca79bf8c5250c87460551c6bc28b2fa 100644 (file)
@@ -603,8 +603,9 @@ hostnossl  database  user
    SIGHUPSIGHUP
    signal. If you edit the file on an
    active system, you will need to signal the postmaster
-   (using pg_ctl reload or kill -HUP) to make it
-   re-read the file.
+   (using pg_ctl reload, calling the SQL function
+   pg_reload_conf(), or using kill
+   -HUP) to make it re-read the file.
   
 
   
@@ -821,8 +822,9 @@ mymap   /^(.*)@otherdomain\.com$   guest
    SIGHUPSIGHUP
    signal. If you edit the file on an
    active system, you will need to signal the postmaster
-   (using pg_ctl reload or kill -HUP) to make it
-   re-read the file.
+   (using pg_ctl reload, calling the SQL function
+   pg_reload_conf(), or using kill
+   -HUP) to make it re-read the file.