Skip to content

Commit 3ddc889

Browse files
committed
doc: PG 16 relnotes: fix subscriber role permission description
Reported-by: Magnus Hagander Discussion: https://postgr.es/m/CABUevEwBXi5oqqMj429Lxjro1uu-fdKgSkJtgJS5aTOmujEGQQ@mail.gmail.com Backpatch-through: 16 only
1 parent b323fcc commit 3ddc889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/release-16.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1818,7 +1818,7 @@ Author: Robert Haas <rhaas@postgresql.org>
18181818
This improves security and now requires subscription
18191819
owners to be either superusers or to have <link
18201820
linkend="sql-set-role"><command>SET ROLE</command></link>
1821-
permissions on all tables in the replication set.
1821+
permission on all roles owning tables in the replication set.
18221822
The previous behavior of performing all operations as the
18231823
subscription owner can be enabled with the subscription <link
18241824
linkend="sql-createsubscription"><option>run_as_owner</option></link>

0 commit comments

Comments
 (0)