43.11. pg_conversion

The catalog pg_conversion stores encoding conversion information. See CREATE CONVERSION for more information.

Table 43-11. pg_conversion Columns

NameTypeReferencesDescription
connamename Conversion name (unique within a namespace)
connamespaceoidpg_namespace.oid The OID of the namespace that contains this conversion
conownerint4pg_shadow.usesysidOwner of the conversion
conforencodingint4 Source encoding ID
contoencodingint4 Destination encoding ID
conprocregprocpg_proc.oidConversion procedure
condefaultbool True if this is the default conversion