PG_CAST
PG_CAST records the conversion relationship between data types.
Name | Type | Description |
|---|---|---|
oid | oid | Row identifier (hidden attribute, which must be specified) |
castsource | oid | OID of the source data type |
casttarget | oid | OID of the target data type |
castfunc | oid | OID of the conversion function (0 if no conversion function is required) |
castcontext | "char" | Conversion mode between the source and target data types.
|
castmethod | "char" | Conversion method.
|
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.

