Commit f5065590 authored by Peter Eisentraut's avatar Peter Eisentraut

Add a "local" replication sample entry

Also adjust alignment a bit to distinguish commented out from comment.
parent c8d45152
......@@ -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@
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