mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add a "local" replication sample entry
Also adjust alignment a bit to distinguish commented out from comment.
This commit is contained in:
@ -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@
|
||||
|
Reference in New Issue
Block a user