Skip to content

Commit d83cadb

Browse files
committed
Add mention of template1 usage.
1 parent 540155b commit d83cadb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/backend/libpq/pg_hba.conf.sample

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
# o "all" to indicate all databases
5050
# o "sameuser" to allow access only to databases with the same
5151
# name as the connecting user
52+
#
53+
# The superuser needs access to the 'template1' database because it is used
54+
# by a variety of PostgreSQL utility commands.
5255
#
5356
# IP_ADDRESS and ADDRESS_MASK are standard dotted decimal IP address and
5457
# mask values. IP addresses can only be specified numerically, not as

0 commit comments

Comments
 (0)