Text Size: Normal / Large

44.13. pg_conversion

The catalog pg_conversion describes the available encoding conversion procedures. See CREATE CONVERSION for more information.

Table 44-13. pg_conversion Columns

NameTypeReferencesDescription
connamename Conversion name (unique within a namespace)
connamespaceoidpg_namespace.oid The OID of the namespace that contains this conversion
conowneroidpg_authid.oidOwner of the conversion
conforencodingint4 Source encoding ID
contoencodingint4 Destination encoding ID
conprocregprocpg_proc.oidConversion procedure
condefaultbool True if this is the default conversion
Privacy Policy | Project hosted by our server sponsors. | Designed by tinysofa
Copyright © 1996 – 2009 PostgreSQL Global Development Group