projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39c959e
)
doc: ALTER DEFAULT PRIVILEGES does not affect inherited roles
author
Bruce Momjian
Fri, 3 Nov 2023 13:51:53 +0000
(09:51 -0400)
committer
Bruce Momjian
Fri, 3 Nov 2023 13:51:53 +0000
(09:51 -0400)
Reported-by: Jordi Gutiérrez Hermoso
Discussion: https://postgr.es/m/
72652d72e1816bfc3c05d40f9e0e0373d07823c8
[email protected]
Co-authored-by: Laurenz Albe
Backpatch-through: 11
doc/src/sgml/ref/alter_default_privileges.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/alter_default_privileges.sgml
b/doc/src/sgml/ref/alter_default_privileges.sgml
index f1d54f5aa35f9ce1e50d7d13cd926d92554e4e9e..8a6006188d3b694224569de39ab09d7e16639574 100644
(file)
--- a/
doc/src/sgml/ref/alter_default_privileges.sgml
+++ b/
doc/src/sgml/ref/alter_default_privileges.sgml
@@
-137,7
+137,11
@@
REVOKE [ GRANT OPTION FOR ]
The name of an existing role of which the current role is a member.
- If
FOR ROLE
is omitted, the current role is assumed.
+ Default access privileges are not inherited, so member roles
+ must use
SET ROLE
to access these privileges,
+ or
ALTER DEFAULT PRIVILEGES
must be run for
+ each member role. If
FOR ROLE
is omitted,
+ the current role is assumed.