diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-06-19 17:30:52 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-06-19 17:30:52 -0400 |
commit | 1c25ef6363f38253e5ac080373eef7f3305fa5dc (patch) | |
tree | ae16a7ce4e960a1623d209037b659ad2d6e0834e | |
parent | d8e6b84bd2ac045cdbae231012ab5ea4471a02cd (diff) | |
download | postgresql-1c25ef6363f38253e5ac080373eef7f3305fa5dc.tar.gz postgresql-1c25ef6363f38253e5ac080373eef7f3305fa5dc.zip |
doc: Improve logical replication security setup info
Reported-by: Jeff Janes <jeff.janes@gmail.com>
-rw-r--r-- | doc/src/sgml/logical-replication.sgml | 2 | ||||
-rw-r--r-- | 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 @@ <para> The role used for the replication connection must have - the <literal>REPLICATION</literal> attribute. Access for the role must be + the <literal>REPLICATION</literal> attribute (or be a superuser). Access for the role must be configured in <filename>pg_hba.conf</filename>. </para> 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 <replaceable class="PARAMETER">subscription_name</replaceabl <title>Notes</title> <para> - See <xref linkend="streaming-replication-authentication"> for details on + See <xref linkend="logical-replication-security"> for details on how to configure access control between the subscription and the publication instance. </para> |