Contents
DROP CONVERSION
An SQL command for removing a conversion
DROP CONVERSION
is a DDL command for removing a conversion.
DROP CONVERSION
was added in PostgreSQL 7.3.
Change history
- PostgreSQL 8.2
DROP CONVERSION IF EXISTS ...
syntax added (commit daea4d8e)
- PostgreSQL 7.3
- added (initial commit fcc96256)
References
- PostgreSQL documentation: DROP CONVERSION