doc-exports/docs/dws/dev/dws_04_0581.html
Lu, Huayi e6fa411af0 DWS DEV 830.201 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2024-05-16 07:24:04 +00:00

8.2 KiB

PG_CONVERSION

PG_CONVERSION records encoding conversion information.

Table 1 PG_CONVERSION columns

Name

Type

Reference

Description

oid

oid

-

Row identifier (hidden attribute; must be explicitly selected)

conname

name

-

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

-

Source encoding ID

contoencoding

integer

-

Destination encoding ID

conproc

regproc

PG_PROC.oid

Conversion procedure

condefault

boolean

-

Its value is true if this is the default conversion.