vic (vic(at)adv(dot)ru) reports a bug with a severity of 2
The lower the number the more severe it is.
Short Description
REVOKE delete set select grant to user
Long Description
create table a;
grant select on a to public;
revoke delete on a from sameuser;
Now we have "sameuser=r" !
Sample Code
No file was uploaded with this report