From: Peter Eisentraut Date: Mon, 19 Jun 2017 21:30:52 +0000 (-0400) Subject: doc: Improve logical replication security setup info X-Git-Tag: REL_10_BETA2~113 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=1c25ef6363f38253e5ac080373eef7f3305fa5dc;p=postgresql.git doc: Improve logical replication security setup info Reported-by: Jeff Janes --- diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index 3828624d3c1..92ec175af15 100644 --- a/doc/src/sgml/logical-replication.sgml +++ b/doc/src/sgml/logical-replication.sgml @@ -452,7 +452,7 @@ The role used for the replication connection must have - the REPLICATION attribute. Access for the role must be + the REPLICATION attribute (or be a superuser). Access for the role must be configured in pg_hba.conf. diff --git a/doc/src/sgml/ref/create_subscription.sgml b/doc/src/sgml/ref/create_subscription.sgml index 3ca06fb3c35..9f45b6f574a 100644 --- a/doc/src/sgml/ref/create_subscription.sgml +++ b/doc/src/sgml/ref/create_subscription.sgml @@ -222,7 +222,7 @@ CREATE SUBSCRIPTION subscription_nameNotes - See for details on + See for details on how to configure access control between the subscription and the publication instance.