We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540155b commit d83cadbCopy full SHA for d83cadb
src/backend/libpq/pg_hba.conf.sample
@@ -49,6 +49,9 @@
49
# o "all" to indicate all databases
50
# o "sameuser" to allow access only to databases with the same
51
# 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.
55
#
56
# IP_ADDRESS and ADDRESS_MASK are standard dotted decimal IP address and
57
# mask values. IP addresses can only be specified numerically, not as
0 commit comments