跳至主要內容

KlustronDB小于 1 分钟

52.14. pg_conversion

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

Table 52.14. pg_conversion Columns

NameTypeReferencesDescription
oidoidRow identifier (hidden attribute; must be explicitly selected)
connamenameConversion name (unique within a namespace)
connamespaceoidpg_namespace.oidThe OID of the namespace that contains this conversion
conowneroidpg_authid.oidOwner of the conversion
conforencodingint4Source encoding ID
contoencodingint4Destination encoding ID
conprocregprocpg_proc.oidConversion function
condefaultboolTrue if this is the default conversion