Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit da87253

Browse files
committed
Add mention of SIGHUP for pg_ident.conf.
1 parent 8ef0aa1 commit da87253

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/backend/libpq/pg_ident.conf.sample

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
# o ident username
1111
# o PostgreSQL username
1212
#
13+
# It is read on postmaster startup and when the postmaster receives a SIGHUP.
14+
# If you edit the file on a running system, you have to SIGHUP the postmaster
15+
# for the changes to take effect.
16+
#
1317
# For example, the following entry equates user "james" on a remote system
1418
# to PostgreSQL user "guest" in the map named "phoenix":
1519
#

0 commit comments

Comments
 (0)