4 The catalog pg_conversion describes encoding conversion functions. See
5 CREATE CONVERSION for more information.
7 Table 52.14. pg_conversion Columns
19 Conversion name (unique within a namespace)
21 connamespace oid (references pg_namespace.oid)
23 The OID of the namespace that contains this conversion
25 conowner oid (references pg_authid.oid)
27 Owner of the conversion
31 Source encoding ID (pg_encoding_to_char() can translate this number to
36 Destination encoding ID (pg_encoding_to_char() can translate this
37 number to the encoding name)
39 conproc regproc (references pg_proc.oid)
45 True if this is the default conversion