diff options
-rw-r--r-- | doc/src/sgml/ref/revoke.sgml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/revoke.sgml b/doc/src/sgml/ref/revoke.sgml index a390375c174..202a2a35ab4 100644 --- a/doc/src/sgml/ref/revoke.sgml +++ b/doc/src/sgml/ref/revoke.sgml @@ -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> |