35.16. column_udt_usage
column_udt_usage
The view column_udt_usage identifies all columns that use data types owned by a currently enabled role.
Note that in PostgreSQL, built-in data types behave like user-defined types, so they are included here as well.
See also columns for details.
Column Type Description |
|---|
udt_catalog Name of the database that the column data type (the underlying type of the domain, if applicable) is defined in (always the current database) |
udt_schema Name of the schema that the column data type (the underlying type of the domain, if applicable) is defined in |
udt_name Name of the column data type (the underlying type of the domain, if applicable) |
table_catalog Name of the database containing the table (always the current database) |
table_schema Name of the schema containing the table |
table_name Name of the table |
column_name Name of the column |
: column_udt_usage Columns