From b9418911900ff5b68a5457b1542668077664e897 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 22 Mar 2017 15:26:04 -0400 Subject: [PATCH] doc: Fix logical replication setup instructions The pg_hba.conf rules were changed in 8df9bd0b445f9bd6134915d4417efde6e85e3add. --- doc/src/sgml/logical-replication.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index 6da39d25e38..44cd78563d3 100644 --- a/doc/src/sgml/logical-replication.sgml +++ b/doc/src/sgml/logical-replication.sgml @@ -374,7 +374,7 @@ wal_level = logical (the values here depend on your actual network configuration and user you want to use for connecting): -host replication repuser 0.0.0.0/0 md5 +host all repuser 0.0.0.0/0 md5 -- 2.47.2