34.28. role_column_grants

The view role_column_grants identifies all privileges granted on columns where the grantor or grantee is a currently enabled role. Further information can be found under column_privileges. The only effective difference between this view and column_privileges is that this view omits columns that have been made accessible to the current user by way of a grant to public. 视图 role_column_grants 标识那些在字段上赋予当前用户所属组的所有权限。 更多信息可以在 column_privileges中找到。

Table 34-26. role_column_grants 字段

名字数据类型描述
grantorsql_identifier被赋予这个权限的用户名称
granteesql_identifier被赋予这个权限的组名称
table_catalogsql_identifier包含此字段的表所在的数据库的名字(总是当前数据库)
table_schemasql_identifier包含该字段的表所在模式的名称
table_namesql_identifier包含该字段的表名称
column_namesql_identifier该字段的名称
privilege_typecharacter_data权限的类型:SELECT,INSERT, UPDATE,或者REFERENCES
is_grantableyes_or_no如果权限是可以赋予的,则为 YES,否则,为 NO