From: Peter Eisentraut Date: Wed, 22 Mar 2017 19:26:04 +0000 (-0400) Subject: doc: Fix logical replication setup instructions X-Git-Tag: REL_10_BETA1~553 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9418911900ff5b68a5457b1542668077664e897;p=thirdparty%2Fpostgresql.git doc: Fix logical replication setup instructions The pg_hba.conf rules were changed in 8df9bd0b445f9bd6134915d4417efde6e85e3add. --- 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