PG_CONVERSION
PG_CONVERSION records encoding conversion information.
| Name | Type | Reference | Description |
|---|---|---|---|
| oid | oid | - | Row identifier (hidden attribute; must be explicitly selected) |
| conname | name | - | Conversion name (unique in a namespace) |
| connamespace | oid | PG_NAMESPACE.oid | OID of the namespace that contains this conversion |
| conowner | oid | PG_AUTHID.oid | Owner of the conversion |
| conforencoding | integer | - | Source encoding ID |
| contoencoding | integer | - | Destination encoding ID |
| conproc | regproc | PG_PROC.oid | Conversion procedure |
| condefault | Boolean | - | Its value is true if this is the default conversion. |
Last Article: PG_CONSTRAINT
Next Article: PG_DATABASE
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.