From da872534acd189bbb0d6fd10ce4ca4df2077e6da Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 1 Aug 2001 00:52:19 +0000 Subject: [PATCH] Add mention of SIGHUP for pg_ident.conf. --- src/backend/libpq/pg_ident.conf.sample | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/backend/libpq/pg_ident.conf.sample b/src/backend/libpq/pg_ident.conf.sample index d321461c0c..3f00226f14 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": # -- 2.40.0