PG_CAST
PG_CAST records conversion relationships between data types.
| Name | Type | Description |
|---|---|---|
| castsource | oid | OID of the source data type |
| casttarget | oid | OID of the target data type |
| castfunc | oid | OID of the conversion function. If the value is 0, no conversion function is required. |
| castcontext | "char" | Conversion mode between the source and target data types
|
| castmethod | "char" | Conversion method
|
Last Article: PG_AUTH_MEMBERS
Next Article: PG_CLASS
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.