From 311bcfc6b3acdd6fd152798c7f287ddf74fa2a98 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 16 Apr 2024 21:46:48 +0200 Subject: Adding upstream version 15.4. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/infoschema-domain-udt-usage.html | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 doc/src/sgml/html/infoschema-domain-udt-usage.html (limited to 'doc/src/sgml/html/infoschema-domain-udt-usage.html') diff --git a/doc/src/sgml/html/infoschema-domain-udt-usage.html b/doc/src/sgml/html/infoschema-domain-udt-usage.html new file mode 100644 index 0000000..12ec545 --- /dev/null +++ b/doc/src/sgml/html/infoschema-domain-udt-usage.html @@ -0,0 +1,43 @@ + +37.22. domain_udt_usage

37.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 PostgreSQL, built-in data + types behave like user-defined types, so they are included here as + well. +

Table 37.20. domain_udt_usage Columns

+ Column Type +

+

+ Description +

+ udt_catalog sql_identifier +

+

+ Name of the database that the domain data type is defined in (always the current database) +

+ udt_schema sql_identifier +

+

+ Name of the schema that the domain data type is defined in +

+ udt_name sql_identifier +

+

+ Name of the domain data type +

+ domain_catalog sql_identifier +

+

+ Name of the database that contains the domain (always the current database) +

+ domain_schema sql_identifier +

+

+ Name of the schema that contains the domain +

+ domain_name sql_identifier +

+

+ Name of the domain +


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