From 1c25ef6363f38253e5ac080373eef7f3305fa5dc Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 19 Jun 2017 17:30:52 -0400 Subject: [PATCH] doc: Improve logical replication security setup info Reported-by: Jeff Janes --- doc/src/sgml/logical-replication.sgml | 2 +- doc/src/sgml/ref/create_subscription.sgml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 2.30.2