Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d4515 commit f506559Copy full SHA for f506559
src/backend/libpq/pg_hba.conf.sample
@@ -84,5 +84,6 @@ host all all 127.0.0.1/32 @authmethod@
84
host all all ::1/128 @authmethod@
85
# Allow replication connections from localhost, by a user with the
86
# replication privilege.
87
-# host replication @default_username@ 127.0.0.1/32 @authmethod@
88
-# host replication @default_username@ ::1/128 @authmethod@
+#local replication @default_username@ @authmethod@
+#host replication @default_username@ 127.0.0.1/32 @authmethod@
89
+#host replication @default_username@ ::1/128 @authmethod@
0 commit comments