1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-24 14:22:24 +03:00

Add documentation changes for new pg_hba.conf behavior.

This commit is contained in:
Bruce Momjian
2001-08-01 00:48:52 +00:00
parent 77896d1fc9
commit 8ef0aa170f
2 changed files with 8 additions and 6 deletions

View File

@ -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.