File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11<!--
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 $
33PostgreSQL documentation
44-->
55
@@ -92,7 +92,10 @@ REVOKE [ ADMIN OPTION FOR ]
9292 <literal>PUBLIC</literal>. Thus, for example, revoking <literal>SELECT</> privilege
9393 from <literal>PUBLIC</literal> does not necessarily mean that all roles
9494 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.
9699 </para>
97100
98101 <para>
You can’t perform that action at this time.
0 commit comments