Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f506559

Browse files
committed
Add a "local" replication sample entry
Also adjust alignment a bit to distinguish commented out from comment.
1 parent c8d4515 commit f506559

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/backend/libpq/pg_hba.conf.sample

+3-2
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,6 @@ host all all 127.0.0.1/32 @authmethod@
8484
host all all ::1/128 @authmethod@
8585
# Allow replication connections from localhost, by a user with the
8686
# replication privilege.
87-
# host replication @default_username@ 127.0.0.1/32 @authmethod@
88-
# host replication @default_username@ ::1/128 @authmethod@
87+
#local replication @default_username@ @authmethod@
88+
#host replication @default_username@ 127.0.0.1/32 @authmethod@
89+
#host replication @default_username@ ::1/128 @authmethod@

0 commit comments

Comments
 (0)