37.37. role_table_grants
檢視表 role_table_grants 用於列出目前連線角色是授權者或被授權者,其資料表或檢視表上所被授予的權限。更多資訊可以在 table_privileges 下找到。此檢視表與 table_privileges 檢視表之間的唯一差別是,此檢視表省略了透過 PUBLIC 授權的方式使其可以存取的資料表。
Table 37.35. role_table_grants
Columns
role_table_grants
ColumnsColumn Type Description |
Name of the role that granted the privilege |
Name of the role that the privilege was granted to |
Name of the database that contains the table (always the current database) |
Name of the schema that contains the table |
Name of the table |
Type of the privilege: |
|
In the SQL standard, |