Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf506559

Browse files
committed
Add a "local" replication sample entry
Also adjust alignment a bit to distinguish commented out from comment.
1 parentc8d4515 commitf506559

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/backend/libpq/pg_hba.conf.sample

Lines changed: 3 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp