aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2023-09-06 15:36:07 -0400
committerBruce Momjian <bruce@momjian.us>2023-09-06 15:36:07 -0400
commit3ddc889e334f21c6dc98753dcd8b485b275b5e33 (patch)
treef103dd0bbe2084c7fe3ab069cfb002a52b416695
parentb323fcc58cb15200572a8515bc9b5bb1882c4d42 (diff)
downloadpostgresql-3ddc889e334f21c6dc98753dcd8b485b275b5e33.tar.gz
postgresql-3ddc889e334f21c6dc98753dcd8b485b275b5e33.zip
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
-rw-r--r--doc/src/sgml/release-16.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml
index 0fa0d25fe12..5f174e99f67 100644
--- a/doc/src/sgml/release-16.sgml
+++ b/doc/src/sgml/release-16.sgml
@@ -1818,7 +1818,7 @@ Author: Robert Haas <rhaas@postgresql.org>
This improves security and now requires subscription
owners to be either superusers or to have <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
subscription owner can be enabled with the subscription <link
linkend="sql-createsubscription"><option>run_as_owner</option></link>