Contents
CREATE CAST
A DDL command for defining a cast
CREATE CAST
is a DDL command for defining a cast.
CREATE CAST
was added in PostgreSQL 7.3.
Notes
There is no ALTER CAST
command.
Change history
- PostgreSQL 8.4
CREATE CAST ... WITH INOUT ...
syntax added (commit 092bc496)
- PostgreSQL 7.3
- added (commit 97377048)
References
- PostgreSQL documentation: CREATE CAST