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