标签: postgresql
我已为PUBLIC角色设置权限:
grant update on table to PUBLIC; grant select on table to user1;
即我没有为user1设置更新权限。
如何通过查询选择user1的实际权限列表?