File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/revoke.sgml,v 1.46 2007/10/30 19:43:30 tgl Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/revoke.sgml,v 1.47 2008/03/03 19:17:27 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -92,7 +92,10 @@ REVOKE [ ADMIN OPTION FOR ]
92
92
<literal>PUBLIC</literal>. Thus, for example, revoking <literal>SELECT</> privilege
93
93
from <literal>PUBLIC</literal> does not necessarily mean that all roles
94
94
have lost <literal>SELECT</> privilege on the object: those who have it granted
95
- directly or via another role will still have it.
95
+ directly or via another role will still have it. Similarly, revoking
96
+ <literal>SELECT</> from a user might not prevent that user from using
97
+ <literal>SELECT</> if <literal>PUBLIC</literal> or another membership
98
+ role still has <literal>SELECT</> rights.
96
99
</para>
97
100
98
101
<para>
You can’t perform that action at this time.
0 commit comments