Commit 8a437bf5 authored by Bruce Momjian's avatar Bruce Momjian

Update pg_hba.conf with more examples

parent bb74b18d
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
#host template1 192.168.12.10 255.255.255.255 crypt #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 # 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 # supplied. User passwords are optionally assigned when a
# user is created. # user is created.
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment