Piyush Newe <piyush.n...@enterprisedb.com> writes:
> create table tbl(col int);
> create user usr;
> grant select on tbl to usr;
> \c postgres usr;
> REVOKE SELECT on tbl from usr;
> WARNING:  no privileges could be revoked for "tbl"
> WARNING:  no privileges could be revoked for "tbl"
> WARNING:  no privileges could be revoked for "tbl"
> WARNING:  no privileges could be revoked for "tbl"
> WARNING:  no privileges could be revoked for "tbl"
> WARNING:  no privileges could be revoked for "tbl"
> WARNING:  no privileges could be revoked for "tbl"
> WARNING:  no privileges could be revoked for "tbl"
> REVOKE

You really should mention what version you're testing, but for the
archives: I confirm this on 8.4.x and HEAD.  8.3 seems to behave sanely.

                        regards, tom lane

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to