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

53.14. pg_conversion #

The catalog <structname>pg_conversion</structname> describes encoding conversion functions. See <xref linkend="sql-createconversion"/> for more information. pg_conversionカタログはエンコード方式変換関数を記述します。 詳細はCREATE CONVERSIONを参照してください。

表53.14 pg_conversionの列

<title><structname>pg_conversion</structname> Columns</title>

Column Type 列 型

Description 説明

oid oid

Row identifier 行識別子

conname name

Conversion name (unique within a namespace) 変換名(名前空間内で一意)

connamespace oid (references <link linkend="catalog-pg-namespace"><structname>pg_namespace</structname></link>.<structfield>oid</structfield>) (参照先 pg_namespace.oid

The OID of the namespace that contains this conversion この変換を含む名前空間のOID

conowner oid (references <link linkend="catalog-pg-authid"><structname>pg_authid</structname></link>.<structfield>oid</structfield>) (参照先 pg_authid.oid

Owner of the conversion 変換の所有者

conforencoding int4

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(pg_encoding_to_char()で、この番号からエンコード方式名称に変換できます)

contoencoding int4

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(pg_encoding_to_char()で、この番号からエンコード方式名称に変換できます)

conproc regproc (references <link linkend="catalog-pg-proc"><structname>pg_proc</structname></link>.<structfield>oid</structfield>) (参照先 pg_proc.oid

Conversion function 変換関数

condefault bool

True if this is the default conversion これがデフォルト変換である場合はtrue