Thanks Kyotaro,
I just did quickly looked at the patch and it does cover more syntax then
earlier patch. But still if doesn't not cover the all the part of syntax where
we can use CURRENT_USER/CURRENT_ROLE/USER/SESSION_USER. For example:
-- Not working
alter default privileges for role current_user grant SELECT ON TABLES TO current_user ;
-- Not working
grant user1 TO current_user;
Their might few more syntax like this.
I understand that patch is sightly getting bigger and complex then what it was
originally proposed. Before going back to more review on latest patch I would
like to understand the requirement of this new feature. Also would like others
to comment on where/how we should restrict this feature ?