32.21. role_column_grants

視圖 role_column_grants 標識那些在字段上賦予當前用戶 所屬的組的所有權限。更多信息可以在 column_privileges 中找到。

Table 32-19. role_column_grants 字段

名字數據類型描述
grantorsql_identifier被賦予這個權限的用戶的名字
granteesql_identifier被賦予這個權限的組名字
table_catalogsql_identifier包含此字段的表所在的數據庫的名字(總是當前數據庫)
table_schemasql_identifier包含該字段的表所在的模式
table_namesql_identifier包含該字段的表名字
column_namesql_identifier該字段的名字
privilege_typecharacter_data 權限的類型:SELECTINSERTUPDATE,或者 REFERENCES
is_grantablecharacter_data如果權限是可以賦予的,則為 YES,否則,為 NO