8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1cca5 commit 272db03Copy full SHA for 272db03
doc/src/sgml/ref/alter_default_privileges.sgml
@@ -137,7 +137,11 @@ REVOKE [ GRANT OPTION FOR ]
137
<listitem>
138
<para>
139
The name of an existing role of which the current role is a member.
140
- If <literal>FOR ROLE</literal> is omitted, the current role is assumed.
+ Default access privileges are not inherited, so member roles
141
+ must use <command>SET ROLE</command> to access these privileges,
142
+ or <command>ALTER DEFAULT PRIVILEGES</command> must be run for
143
+ each member role. If <literal>FOR ROLE</literal> is omitted,
144
+ the current role is assumed.
145
</para>
146
</listitem>
147
</varlistentry>
0 commit comments