All Products
Search
Document Center

PolarDB:pg_conversion

Last Updated:Jun 12, 2024

The catalog pg_conversion describes encoding conversion functions.

Column

Type

Description

oid

oid

Row identifier.

conname

name

Conversion name (unique within a namespace).

connamespace

oid

The OID of the namespace that contains this conversion..

conowner

oid

Owner of the conversion.

conforencoding

int4

Source encoding ID.

contoencoding

int4

Destination encoding ID.

conproc

regproc

Conversion function.

condefault

bool

True if this is the default conversion.