select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

SYSTEM CATALOGS / SYSTEM CATALOGS

The catalog pg_conversion describes encoding conversion functions.

Kind
System catalogs
Columns in this snapshot
8
Definition source
English manual

Columns 8

ColumnTypeDescription / reference
oidoidRow identifier
connamenameConversion name (unique within a namespace)
connamespaceoidThe OID of the namespace that contains this conversion
pg_namespace.oid
conowneroidOwner of the conversion
pg_authid.oid
conforencodingint4Source encoding ID (pg_encoding_to_char() can translate this number to the encoding name)
contoencodingint4Destination encoding ID (pg_encoding_to_char() can translate this number to the encoding name)
conprocregprocConversion function
pg_proc.oid
condefaultboolTrue if this is the default conversion
Column history across versions
Version history 5
  1. PG 14 → 15changed
  2. PG 11 → 12changed
  3. PG 10 → 11changed
  4. PG 9.2 → 9.3changed
  5. PG 9.0 → 9.1changed

Definition snapshot: english-manuals:5f894981d1ad103e76f1a70c655… · English manual source