mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
doc: Improve logical replication security setup info
Reported-by: Jeff Janes <jeff.janes@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user