what can we use instead of dba_role_privs in postgresql?

后端 未结 0 614
清歌不尽
清歌不尽 2020-12-08 18:28
  cursor get_roles is
         select substr(granted_role,1,2)||substr(granted_role,4,1)
         from dba_role_privs
         where grantee = p_user_name and
               


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题