forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
6.2 KiB
6.2 KiB
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
|
Parent topic: System Catalogs