PostgreSQL
53.14. pg_conversion
The catalog pg_conversion
describes encoding conversion functions. See CREATE CONVERSION for more information.
Table 53.14. pg_conversion
Columns
Column Type Description |
---|
Row identifier |
Conversion name (unique within a namespace) |
The OID of the namespace that contains this conversion |
Owner of the conversion |
Source encoding ID ( |
Destination encoding ID ( |
Conversion function |
True if this is the default conversion |
+
Prev | Up | Next |
---|---|---|
53.13. |
53.15. |
Submit correction
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.
Copyright © 1996-2023 The PostgreSQL Global Development Group