52.14. pg_conversion
pg_conversion
The catalog pg_conversion describes encoding conversion functions. See CREATE CONVERSION for more information.
Column Type Description |
|---|
oid Row identifier |
conname Conversion name (unique within a namespace) |
connamespace The OID of the namespace that contains this conversion |
conowner Owner of the conversion |
conforencoding Source encoding ID ( |
contoencoding Destination encoding ID ( |
conproc Conversion function |
condefault True if this is the default conversion |
: pg_conversion Columns