Commit da872534 authored by Bruce Momjian's avatar Bruce Momjian

Add mention of SIGHUP for pg_ident.conf.

parent 8ef0aa17
...@@ -10,6 +10,10 @@ ...@@ -10,6 +10,10 @@
# o ident username # o ident username
# o PostgreSQL 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 # For example, the following entry equates user "james" on a remote system
# to PostgreSQL user "guest" in the map named "phoenix": # to PostgreSQL user "guest" in the map named "phoenix":
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment