pg_conversion
#
The catalog <structname>pg_conversion</structname> describes
encoding conversion functions. See <xref linkend="sql-createconversion"/>
for more information.
pg_conversion
カタログはエンコード方式変換関数を記述します。
詳細はCREATE CONVERSIONを参照してください。
表51.14 pg_conversion
の列
Column Type 列 型 Description 説明 |
---|
Row identifier 行識別子 |
Conversion name (unique within a namespace) 変換名(名前空間内で一意) |
The OID of the namespace that contains this conversion この変換を含む名前空間のOID |
Owner of the conversion 変換の所有者 |
Source encoding ID (<link linkend="pg-encoding-to-char"><function>pg_encoding_to_char()</function></link>
can translate this number to the encoding name)
ソースエンコーディングID( |
Destination encoding ID (<link linkend="pg-encoding-to-char"><function>pg_encoding_to_char()</function></link>
can translate this number to the encoding name)
ディスティネーションエンコーディングID( |
Conversion function 変換関数 |
True if this is the default conversion これがデフォルト変換である場合はtrue |