35.53. table_privileges
table_privileges
The view table_privileges identifies all privileges granted on tables or views to a currently enabled role or by a currently enabled role.
There is one row for each combination of table, grantor, and grantee.
Column Type Description |
|---|
grantor Name of the role that granted the privilege |
grantee Name of the role that the privilege was granted to |
table_catalog Name of the database that contains the table (always the current database) |
table_schema Name of the schema that contains the table |
table_name Name of the table |
privilege_type Type of the privilege: |
is_grantable
|
with_hierarchy In the SQL standard, |
: table_privileges Columns