1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-25 21:42:33 +03:00

Add note about column privilege behavior to REVOKE reference page

suggested by Josh Berkus
This commit is contained in:
Peter Eisentraut 2012-03-17 10:34:00 +02:00
parent faec2815c8
commit 313d29f740

View File

@ -162,6 +162,8 @@ REVOKE [ ADMIN OPTION FOR ]
<para> <para>
When revoking privileges on a table, the corresponding column privileges When revoking privileges on a table, the corresponding column privileges
(if any) are automatically revoked on each column of the table, as well. (if any) are automatically revoked on each column of the table, as well.
On the other hand, if a role has been granted privileges on a table, then
revoking the same privileges from individual columns will have no effect.
</para> </para>
<para> <para>