collation_character_set_applicability
#
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では、データベースごとに一つの文字セットしか存在しない(35.7の説明を参照してください)ので、このビューは有益な情報を提供しません。
表35.9 collation_character_set_applicability
の列
Column Type 列 型 Description 説明 |
---|
Name of the database containing the collation (always the current database) 照合を含むデータベースの名前です(常に現在のデータベースです)。 |
Name of the schema containing the collation 照合を含むスキーマの名前です。 |
Name of the default collation デフォルト照合の名前です。 |
Character sets are currently not implemented as schema objects, so this column is null 文字セットはスキーマオブジェクトとして実装されていないので、この列はNULLです。 |
Character sets are currently not implemented as schema objects, so this column is null 文字セットはスキーマオブジェクトとして実装されていないので、この列はNULLです。 |
Name of the character set 文字セットの名前です。 |