Contents
DROP OPERATOR FAMILY
An SQL command for removing an operator family
DROP OPERATOR FAMILY
is a DDL command for removing an operator family.
DROP OPERATOR FAMILY
was added in PostgreSQL 8.3.
Change history
- PostgreSQL 8.3
- added (commit 55a7cf80)
DROP OPERATOR FAMILY
has not been modified since it was added in PostgreSQL 8.3.
References
- PostgreSQL documentation: DROP OPERATOR FAMILY