Files
doc-exports/docs/dws/dev/dws_04_0581.html
luhuayi 177cd61a57 DWS DEVG 910.211 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: luhuayi <luhuayi@huawei.com>
Co-committed-by: luhuayi <luhuayi@huawei.com>
2025-05-05 07:44:03 +00:00

8.2 KiB

PG_CONVERSION

PG_CONVERSION records encoding conversion information.

Table 1 PG_CONVERSION columns

Column

Type

Reference

Description

OID

OID

N/A

Row identifier (hidden attribute; displayed only when explicitly selected)

conname

Name

N/A

Conversion name (unique in a namespace)

connamespace

OID

PG_NAMESPACE.oid

OID of the namespace that contains this conversion

conowner

OID

PG_AUTHID.oid

Owner of the conversion

conforencoding

Integer

N/A

Source encoding ID

contoencoding

Integer

N/A

Destination encoding ID

conproc

regproc

PG_PROC.oid

Conversion procedure

condefault

boolean

N/A

Whether the default conversion is used