DBZ-3197 Update release version in PG doc URL to point to current.

This commit is contained in:
Bob Roldan 2021-03-04 15:50:11 -05:00 committed by Gunnar Morling
parent 23d8b36adf
commit 0bdb166193

View File

@ -1819,7 +1819,7 @@ It is possible to capture changes in a PostgreSQL database that is running in li
To enable a user account other than the master account to initiate logical replication, you must grant the account the `rds_replication` role.
For example, `grant rds_replication to _<my_user>_`. You must have `superuser` access to grant the `rds_replication` role to a user.
To enable accounts other than the master account to create an initial snapshot, you must grant `SELECT` permission to the accounts on the tables to be captured.
For more information about security for PostgreSQL logical replication, see the link:https://www.postgresql.org/docs/10/logical-replication-security.html[PostgreSQL documentation].
For more information about security for PostgreSQL logical replication, see the link:https://www.postgresql.org/docs/current/logical-replication-security.html[PostgreSQL documentation].
[IMPORTANT]
====