diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-11-20 18:23:37 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-11-20 18:23:37 +0000 |
commit | d83cadb3142a1aafa47fa2c2f32b256666882e28 (patch) | |
tree | a97f239a8e0707c8d63882a3b6613a7ddf164bd7 /src | |
parent | 540155b777b3f4143fb2a1db36f029856f15a070 (diff) | |
download | postgresql-d83cadb3142a1aafa47fa2c2f32b256666882e28.tar.gz postgresql-d83cadb3142a1aafa47fa2c2f32b256666882e28.zip |
Add mention of template1 usage.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/libpq/pg_hba.conf.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/backend/libpq/pg_hba.conf.sample b/src/backend/libpq/pg_hba.conf.sample index 5f24a84c8a7..7e744608fcc 100644 --- a/src/backend/libpq/pg_hba.conf.sample +++ b/src/backend/libpq/pg_hba.conf.sample @@ -49,6 +49,9 @@ # o "all" to indicate all databases # o "sameuser" to allow access only to databases with the same # name as the connecting user +# +# The superuser needs access to the 'template1' database because it is used +# by a variety of PostgreSQL utility commands. # # IP_ADDRESS and ADDRESS_MASK are standard dotted decimal IP address and # mask values. IP addresses can only be specified numerically, not as |