GBase 8c
其他
文章

认识GBase 8c 系统表之pg_auth_members

发表于2023-12-08 16:23:3910次浏览1个评论

pg_auth_members系统表存储显示角色之间的成员关系。

名称

类型

引用

描述

roleid

oid

pg_authid.oid

拥有成员的角色的ID

member

oid

pg_authid.oid

roleid的成员角色的ID

grantor

oid

pg_authid.oid

授权此成员关系的角色的ID

admin_option

bool

 

如果member能把roleid的成员关系授予他人,则为真

评论

登录后才可以发表评论
用户头像
levvel发表于 7个月前
进来看看,应该有收获