Contents
DROP OPERATOR CLASS
A DDL command to define a new operator class
DROP OPERATOR CLASS
is a DDL command to define a new operator class (opclass)
DROP OPERATOR CLASS
was added in PostgreSQL 7.3.
Change history
- PostgreSQL 8.2
DROP OPERATOR CLASS IF EXISTS ...
syntax added (commit bbcd0169)
- PostgreSQL 7.3
- added (initial commit ea4686e3)
References
- PostgreSQL documentation: DROP OPERATOR CLASS