aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/logical-replication.sgml2
-rw-r--r--doc/src/sgml/ref/create_subscription.sgml2
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>