doc: Improve logical replication security setup info
authorPeter Eisentraut
Mon, 19 Jun 2017 21:30:52 +0000 (17:30 -0400)
committerPeter Eisentraut
Mon, 19 Jun 2017 21:30:52 +0000 (17:30 -0400)
Reported-by: Jeff Janes
doc/src/sgml/logical-replication.sgml
doc/src/sgml/ref/create_subscription.sgml

index 3828624d3c1c1ca15bfd03a70bc1a3e1e90eef11..92ec175af1576bb6a2df233221f8d6d57df16517 100644 (file)
 
   
    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.
   
 
index 3ca06fb3c356d097aeae84d8f6c63bd1aa7c80e6..9f45b6f574ac86600c726647ccc9df57be868897 100644 (file)
@@ -222,7 +222,7 @@ CREATE SUBSCRIPTION subscription_name
   Notes
 
   
-   See streaming-replication-authentication"> for details on
+   See logical-replication-security"> for details on
    how to configure access control between the subscription and the
    publication instance.