diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-08-01 00:52:19 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-08-01 00:52:19 +0000 |
commit | da872534acd189bbb0d6fd10ce4ca4df2077e6da (patch) | |
tree | 327ea47cb651156b00377cdd8ac9cf7483410571 /src | |
parent | 8ef0aa170f59093687b083686bde6f16228059a1 (diff) | |
download | postgresql-da872534acd189bbb0d6fd10ce4ca4df2077e6da.tar.gz postgresql-da872534acd189bbb0d6fd10ce4ca4df2077e6da.zip |
Add mention of SIGHUP for pg_ident.conf.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/libpq/pg_ident.conf.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/backend/libpq/pg_ident.conf.sample b/src/backend/libpq/pg_ident.conf.sample index d321461c0c8..3f00226f14d 100644 --- a/src/backend/libpq/pg_ident.conf.sample +++ b/src/backend/libpq/pg_ident.conf.sample @@ -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": # |