diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-08-01 00:48:52 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-08-01 00:48:52 +0000 |
commit | 8ef0aa170f59093687b083686bde6f16228059a1 (patch) | |
tree | f2008b06708c6d1cc2e3f8d8fd08d9d7b6df2b0d /src | |
parent | 77896d1fc92d3cc48622d24a8fc0037186baeefd (diff) | |
download | postgresql-8ef0aa170f59093687b083686bde6f16228059a1.tar.gz postgresql-8ef0aa170f59093687b083686bde6f16228059a1.zip |
Add documentation changes for new pg_hba.conf behavior.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/libpq/pg_hba.conf.sample | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/backend/libpq/pg_hba.conf.sample b/src/backend/libpq/pg_hba.conf.sample index da9133a83ec..9c8d8ae74d5 100644 --- a/src/backend/libpq/pg_hba.conf.sample +++ b/src/backend/libpq/pg_hba.conf.sample @@ -8,8 +8,9 @@ # o how users are authenticated on each host # o databases accessible by each host # -# It is read by the PostgreSQL postmaster each time a host tries to make a -# connection to a database. +# 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. # # Each line is a new record. Records cannot be continued across multiple # lines. Comments begin with # and continue to the end of the line. |