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 --- ...nfoschema-collation-character-set-applicab.html | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 doc/src/sgml/html/infoschema-collation-character-set-applicab.html (limited to 'doc/src/sgml/html/infoschema-collation-character-set-applicab.html') diff --git a/doc/src/sgml/html/infoschema-collation-character-set-applicab.html b/doc/src/sgml/html/infoschema-collation-character-set-applicab.html new file mode 100644 index 0000000..eff5be0 --- /dev/null +++ b/doc/src/sgml/html/infoschema-collation-character-set-applicab.html @@ -0,0 +1,44 @@ + +36.11. collation_character_set_​applicability

36.11. collation_character_set_​applicability

+ The view collation_character_set_applicability + identifies which character set the available collations are + applicable to. In PostgreSQL, there is only one character set per + database (see explanation + in Section 36.7), so this view does + not provide much useful information. +

Table 36.9. collation_character_set_applicability Columns

+ Column Type +

+

+ Description +

+ collation_catalog sql_identifier +

+

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

+ collation_schema sql_identifier +

+

+ Name of the schema containing the collation +

+ collation_name sql_identifier +

+

+ Name of the default collation +

+ character_set_catalog sql_identifier +

+

+ Character sets are currently not implemented as schema objects, so this column is null +

+ character_set_schema sql_identifier +

+

+ Character sets are currently not implemented as schema objects, so this column is null +

+ character_set_name sql_identifier +

+

+ Name of the character set +


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