Redrock Postgres 搜索 英文
版本: 9.3 / 9.4 / 9.5 / 9.6 / 10 / 11 / 12 / 13 / 14 / 15 / 16

37.58. udt_privileges #

视图 udt_privileges 标识授予当前已启用角色或当前已启用角色的 USAGE 权限的用户定义类型。对于类型的每个组合、授权者和受让人,都有一行。此视图仅显示复合类型(请参阅 第 37.60 节 了解原因);有关域权限,请参阅 第 37.59 节

表 37.56. udt_privileges

列类型

描述

grantor sql_identifier

授予权限的角色名称

grantee sql_identifier

授予权限的角色名称

udt_catalog sql_identifier

包含该类型的数据库名称(始终为当前数据库)

udt_schema sql_identifier

包含该类型的模式名称

udt_name sql_identifier

类型名称

privilege_type character_data

始终为 TYPE USAGE

is_grantable yes_or_no

如果权限可授予,则为 YES,否则为 NO