pg_conversion

3.11. pg_conversion

This system catalog stores encoding conversion information. See CREATE CONVERSION for more information.

Table 3-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 (creator) of the namespace
conforencodingint4 Source(for) encoding ID
contoencodingint4 Destination(to) encoding ID
conprocregprocpg_proc.oidConversion procedure
condefaultboolean true if this is the default conversion
© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.