From 6eb9c5a5657d1fe77b55cc261450f3538d35a94d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:19:15 +0200 Subject: Adding upstream version 13.4. 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..61c47bb --- /dev/null +++ b/doc/src/sgml/html/infoschema-column-domain-usage.html @@ -0,0 +1,46 @@ + +36.13. column_domain_usage

36.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 36.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