Add a "local" replication sample entry

Also adjust alignment a bit to distinguish commented out from comment.
This commit is contained in:
Peter Eisentraut 2011-05-24 21:28:30 +03:00
parent c8d45152fa
commit f50655900a

View File

@ -84,5 +84,6 @@ host all all 127.0.0.1/32 @authmethod@
host all all ::1/128 @authmethod@
# Allow replication connections from localhost, by a user with the
# replication privilege.
# host replication @default_username@ 127.0.0.1/32 @authmethod@
# host replication @default_username@ ::1/128 @authmethod@
#local replication @default_username@ @authmethod@
#host replication @default_username@ 127.0.0.1/32 @authmethod@
#host replication @default_username@ ::1/128 @authmethod@