mirror of
https://github.com/postgres/postgres.git
synced 2025-06-06 00:02:36 -04:00
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
This commit is contained in:
parent
b323fcc58c
commit
3ddc889e33
@ -1818,7 +1818,7 @@ Author: Robert Haas <rhaas@postgresql.org>
|
|||||||
This improves security and now requires subscription
|
This improves security and now requires subscription
|
||||||
owners to be either superusers or to have <link
|
owners to be either superusers or to have <link
|
||||||
linkend="sql-set-role"><command>SET ROLE</command></link>
|
linkend="sql-set-role"><command>SET ROLE</command></link>
|
||||||
permissions on all tables in the replication set.
|
permission on all roles owning tables in the replication set.
|
||||||
The previous behavior of performing all operations as the
|
The previous behavior of performing all operations as the
|
||||||
subscription owner can be enabled with the subscription <link
|
subscription owner can be enabled with the subscription <link
|
||||||
linkend="sql-createsubscription"><option>run_as_owner</option></link>
|
linkend="sql-createsubscription"><option>run_as_owner</option></link>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user