mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Add note about column privilege behavior to REVOKE reference page
suggested by Josh Berkus
This commit is contained in:
parent
faec2815c8
commit
313d29f740
@ -162,6 +162,8 @@ REVOKE [ ADMIN OPTION FOR ]
|
||||
<para>
|
||||
When revoking privileges on a table, the corresponding column privileges
|
||||
(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>
|
||||
|
Loading…
Reference in New Issue
Block a user