From 5e45211a64149b3c659b90ff2de6fa982a5a93ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:17:33 +0200 Subject: Adding upstream version 15.5. Signed-off-by: Daniel Baumann --- .../sgml/html/infoschema-column-domain-usage.html | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 doc/src/sgml/html/infoschema-column-domain-usage.html (limited to 'doc/src/sgml/html/infoschema-column-domain-usage.html') diff --git a/doc/src/sgml/html/infoschema-column-domain-usage.html b/doc/src/sgml/html/infoschema-column-domain-usage.html new file mode 100644 index 0000000..f0ba135 --- /dev/null +++ b/doc/src/sgml/html/infoschema-column-domain-usage.html @@ -0,0 +1,46 @@ + +37.13. column_domain_usage

37.13. column_domain_usage

+ The view column_domain_usage identifies all + columns (of a table or a view) that make use of some domain defined + in the current database and owned by a currently enabled role. +

Table 37.11. column_domain_usage Columns

+ Column Type +

+

+ Description +

+ domain_catalog sql_identifier +

+

+ Name of the database containing the domain (always the current database) +

+ domain_schema sql_identifier +

+

+ Name of the schema containing the domain +

+ domain_name sql_identifier +

+

+ Name of the domain +

+ table_catalog sql_identifier +

+

+ Name of the database containing the table (always the current database) +

+ table_schema sql_identifier +

+

+ Name of the schema containing the table +

+ table_name sql_identifier +

+

+ Name of the table +

+ column_name sql_identifier +

+

+ Name of the column +


\ No newline at end of file -- cgit v1.2.3