]> begriffs open source - ai-pg/blob - full-docs/txt/infoschema-column-domain-usage.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / infoschema-column-domain-usage.txt
1
2 35.13. column_domain_usage #
3
4    The view column_domain_usage identifies all columns (of a table or a
5    view) that make use of some domain defined in the current database and
6    owned by a currently enabled role.
7
8    Table 35.11. column_domain_usage Columns
9
10    Column Type
11
12    Description
13
14    domain_catalog sql_identifier
15
16    Name of the database containing the domain (always the current
17    database)
18
19    domain_schema sql_identifier
20
21    Name of the schema containing the domain
22
23    domain_name sql_identifier
24
25    Name of the domain
26
27    table_catalog sql_identifier
28
29    Name of the database containing the table (always the current database)
30
31    table_schema sql_identifier
32
33    Name of the schema containing the table
34
35    table_name sql_identifier
36
37    Name of the table
38
39    column_name sql_identifier
40
41    Name of the column