mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
Add mention of SIGHUP for pg_ident.conf.
This commit is contained in:
parent
8ef0aa170f
commit
da872534ac
|
|
@ -10,6 +10,10 @@
|
|||
# o ident username
|
||||
# o PostgreSQL username
|
||||
#
|
||||
# It is read on postmaster startup and when the postmaster receives a SIGHUP.
|
||||
# If you edit the file on a running system, you have to SIGHUP the postmaster
|
||||
# for the changes to take effect.
|
||||
#
|
||||
# For example, the following entry equates user "james" on a remote system
|
||||
# to PostgreSQL user "guest" in the map named "phoenix":
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user