doc: Improve logical replication security setup info

Reported-by: Jeff Janes <jeff.janes@gmail.com>
This commit is contained in:
Peter Eisentraut 2017-06-19 17:30:52 -04:00
parent d8e6b84bd2
commit 1c25ef6363
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>