mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
doc: ALTER DEFAULT PRIVILEGES does not affect inherited roles
Reported-by: Jordi Gutiérrez Hermoso Discussion: https://postgr.es/m/72652d72e1816bfc3c05d40f9e0e0373d07823c8.camel@octave.org Co-authored-by: Laurenz Albe Backpatch-through: 11
This commit is contained in:
parent
82063edd4a
commit
8cb1d99f23
@ -137,7 +137,11 @@ REVOKE [ GRANT OPTION FOR ]
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
The name of an existing role of which the current role is a member.
|
The name of an existing role of which the current role is a member.
|
||||||
If <literal>FOR ROLE</literal> is omitted, the current role is assumed.
|
Default access privileges are not inherited, so member roles
|
||||||
|
must use <command>SET ROLE</command> to access these privileges,
|
||||||
|
or <command>ALTER DEFAULT PRIVILEGES</command> must be run for
|
||||||
|
each member role. If <literal>FOR ROLE</literal> is omitted,
|
||||||
|
the current role is assumed.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user