Contents
DROP CAST
A DDL command for removing a cast
DROP CAST
is a DDL command for removing a cast.
DROP CAST
was added in PostgreSQL 7.3.
Notes
There is no ALTER CAST
command.
Change history
- PostgreSQL 8.2
DROP CAST IF EXISTS ...
syntax added (commit bbcd0169)
- PostgreSQL 7.3
- added (commit 97377048)
References
- PostgreSQL documentation: DROP CAST