SYSTEM CATALOGS / SYSTEM CATALOGS
pg_conversion
Read PG 18 manual ↗The catalog pg_conversion describes encoding conversion functions.
- Kind
- System catalogs
- Columns in this snapshot
- 8
- Definition source
- English manual
Columns 8
| Column | Type | Description / reference |
|---|---|---|
oid | oid | Row identifier |
conname | name | Conversion name (unique within a namespace) |
connamespace | oid | The OID of the namespace that contains this conversion pg_namespace.oid |
conowner | oid | Owner of the conversion pg_authid.oid |
conforencoding | int4 | Source encoding ID (pg_encoding_to_char() can translate this number to the encoding name) |
contoencoding | int4 | Destination encoding ID (pg_encoding_to_char() can translate this number to the encoding name) |
conproc | regproc | Conversion function pg_proc.oid |
condefault | bool | True if this is the default conversion |
Column history across versions
Version history 5
- PG 14 → 15changed
- PG 11 → 12changed
- PG 10 → 11changed
- PG 9.2 → 9.3changed
- PG 9.0 → 9.1changed
Definition snapshot: english-manuals:5f894981d1ad103e76f1a70c655… · English manual source