35.58. udt_privileges
udt_privileges
The view udt_privileges identifies USAGE privileges granted on user-defined types to a currently enabled role or by a currently enabled role.
There is one row for each combination of type, grantor, and grantee.
This view shows only composite types (see under user_defined_types for why); see usage_privileges for domain privileges.
Column Type Description |
|---|
grantor Name of the role that granted the privilege |
grantee Name of the role that the privilege was granted to |
udt_catalog Name of the database containing the type (always the current database) |
udt_schema Name of the schema containing the type |
udt_name Name of the type |
privilege_type Always |
is_grantable
|
: udt_privileges Columns