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

37.10. collations #

The view <literal>collations</literal> contains the collations available in the current database. collationsビューは現在のデータベースで利用可能な照合を含みます

表37.8 collationsの列

<title><structname>collations</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 デフォルト照合の名前です。

pad_attribute character_data

Always <literal>NO PAD</literal> (The alternative <literal>PAD SPACE</literal> is not supported by PostgreSQL.) 常にNO PADです。(もう一方のPAD SPACEはPostgreSQLではサポートされていません。)