バージョンごとのドキュメント一覧

37.11. collation_character_set_​applicability #

max 44 characters

The view <literal>collation_character_set_applicability</literal> identifies which character set the available collations are applicable to. In PostgreSQL, there is only one character set per database (see explanation in <xref linkend="infoschema-character-sets"/>), so this view does not provide much useful information. collation_character_set_applicabilityビューは、利用可能な照合がどの文字セットに適用可能かを示します。 PostgreSQLでは、データベースごとに一つの文字セットしか存在しない(37.7の説明を参照してください)ので、このビューは有益な情報を提供しません。

表37.9 collation_character_set_applicabilityの列

<title><structname>collation_character_set_applicability</structname> Columns</title>

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 文字セットはスキーマオブジェクトとして実装されていないので、この列はNULLです。

character_set_schema sql_identifier

Character sets are currently not implemented as schema objects, so this column is null 文字セットはスキーマオブジェクトとして実装されていないので、この列はNULLです。

character_set_name sql_identifier

Name of the character set 文字セットの名前です。