From 313d29f740ef92e25f2e7707c61697471d22ca1b Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 17 Mar 2012 10:34:00 +0200 Subject: [PATCH] Add note about column privilege behavior to REVOKE reference page suggested by Josh Berkus --- doc/src/sgml/ref/revoke.sgml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/src/sgml/ref/revoke.sgml b/doc/src/sgml/ref/revoke.sgml index a390375c17..202a2a35ab 100644 --- a/doc/src/sgml/ref/revoke.sgml +++ b/doc/src/sgml/ref/revoke.sgml @@ -162,6 +162,8 @@ REVOKE [ ADMIN OPTION FOR ] 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.