30.23. role_table_grants

视图 role_table_grants 标识在表或者视图上赋予的当前用户所在组的全部权限。 更多信息可以在 table_privileges 找到。

Table 30-21. role_table_grants 字段

名字数据类型描述
grantorsql_identifier被赋予权限的用户名
granteesql_identifier被赋予权限的组的名字
table_catalogsql_identifier包含此表的数据库的名字(总是当前数据库)
table_schemasql_identifier包含此表的模式的名字
table_namesql_identifier表的名字
privilege_typecharacter_data 权限类型: SELECTDELETEINSERTUPDATEREFERENCESRULE,或者 TRIGGER
is_grantablecharacter_data如果权限可以赋予则为 YES,如果不是,则为 NO
with_hierarchycharacter_data应用于一个PostgreSQL 里没有的特性