36.22. domain_udt_usage #
Представление domain_udt_usage описывает все домены, которые используют типы данных, принадлежащие роли, активной в данный момент. Заметьте, что в Postgres Pro встроенные типы данных не отличаются от определённых пользователем, так что в этом представлении выводятся и они.
Таблица 36.20. Столбцы domain_udt_usage
Тип столбца Описание |
|---|
Имя базы данных, в которой определён тип данных домена (всегда текущая база) |
Имя схемы, в которой определён тип данных домена |
Имя типа данных домена |
Имя базы данных, содержащей домен (всегда текущая база) |
Имя схемы, содержащей домен |
Имя домена |
36.22. domain_udt_usage #
The view domain_udt_usage identifies all domains that are based on data types owned by a currently enabled role. Note that in Postgres Pro, built-in data types behave like user-defined types, so they are included here as well.
Table 36.20. domain_udt_usage Columns
Column Type Description |
|---|
Name of the database that the domain data type is defined in (always the current database) |
Name of the schema that the domain data type is defined in |
Name of the domain data type |
Name of the database that contains the domain (always the current database) |
Name of the schema that contains the domain |
Name of the domain |