Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
1c25ef63
Commit
1c25ef63
authored
Jun 19, 2017
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Improve logical replication security setup info
Reported-by:
Jeff Janes
<
jeff.janes@gmail.com
>
parent
d8e6b84b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/src/sgml/logical-replication.sgml
doc/src/sgml/logical-replication.sgml
+1
-1
doc/src/sgml/ref/create_subscription.sgml
doc/src/sgml/ref/create_subscription.sgml
+1
-1
No files found.
doc/src/sgml/logical-replication.sgml
View file @
1c25ef63
...
...
@@ -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>
...
...
doc/src/sgml/ref/create_subscription.sgml
View file @
1c25ef63
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment