summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian2000-05-30 17:39:56 +0000
committerBruce Momjian2000-05-30 17:39:56 +0000
commit8a437bf52378788f7ef0ea57c4b9aee9aa9114a5 (patch)
tree836caea615df644994e20d2ac9692e0d9c39abc6 /src
parentbb74b18dd06dac4ea2877ebd0b964c50225e511f (diff)
Update pg_hba.conf with more examples
Diffstat (limited to 'src')
-rw-r--r--src/backend/libpq/pg_hba.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/libpq/pg_hba.conf.sample b/src/backend/libpq/pg_hba.conf.sample
index a4d489365b7..44010c7b9c5 100644
--- a/src/backend/libpq/pg_hba.conf.sample
+++ b/src/backend/libpq/pg_hba.conf.sample
@@ -132,7 +132,7 @@
#host template1 192.168.12.10 255.255.255.255 crypt
#
# The above allows a user from host 192.168.12.10 to connect to
-# database template1 if the password assigned to that user is
+# database template1 if the user's password in pg_shadow is
# supplied. User passwords are optionally assigned when a
# user is created.
#