PostgreSQL
52.14. pg_conversion
The catalog pg_conversion
describes encoding conversion functions. See CREATE CONVERSION for more information.
Table 52.14. pg_conversion
Columns
Name | Type | References | Description |
---|---|---|---|
|
|
Row identifier (hidden attribute; must be explicitly selected) |
|
|
|
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 |
---|---|---|
52.13. |
52.15. |
Copyright © 1996-2023 The PostgreSQL Global Development Group