We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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