Contents
DROP OPERATOR
A DDL command for removing an operator
DROP OPERATOR
is a DDL command for removing an operator.
DROP OPERATOR
has always been present in PostgreSQL.
Change history
- PostgreSQL 8.2
DROP OPERATOR IF EXISTS ...
syntax added (commit bbcd0169)
- PostgreSQL 7.3
CASCADE
andRESTRICT
clauses added (commit 7c6df91d)
References
- PostgreSQL documentation: DROP OPERATOR