2)实行select * from information_schema.routine_privileges where grantee='user_name';命令查询user_name用户所拥有的权限,user_name替换成实际的用户名,并接纳全大写字母。
例如,实行select * from information_schema.routine_privileges where grantee='GAUSSDBA'; 检察GAUSSDBA的权限。
b.应重命名或删除默认账户,修改默认账户的默认口令;
默认账户的默认口令已经修改
1)登录数据库之后,实行select ROLNAME from pg_authid where oid=10;命令,检察默认用户。