Please look at this trivial sample.

create table t (f int);
grant select on t to public granted by abc;
revoke all on all from abc;

Currently privileges, granted by user ABC, remain as is after executing 
mentioned revoke operator. This looks like a bug for me, but before fixing 
(existing SQL operator behavior to be changed) I want to ask here - does 
anybody see problems with removing rights, granted by user, in subj?

Alex.


------------------------------------------------------------------------------
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to