mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 08:16:08 -04:00
Add a "local" replication sample entry
Also adjust alignment a bit to distinguish commented out from comment.
This commit is contained in:
parent
c8d45152fa
commit
f50655900a
1 changed files with 3 additions and 2 deletions
|
|
@ -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@
|
||||
|
|
|
|||
Loading…
Reference in a new issue