| Red Hat Docs > Manuals > Red Hat Database Manuals > |
DROP OPERATOR id ( lefttype | NONE , righttype | NONE ) |
The identifier of an existing operator.
The type of the operator's left argument; write NONE if the operator has no left argument.
The type of the operator's right argument; write NONE if the operator has no right argument.
The message returned if the command is successful.
This message occurs if the specified binary operator does not exist.
This message occurs if the left unary operator specified does not exist.
This message occurs if the right unary operator specified does not exist.
DROP OPERATOR drops an existing operator from the database. To execute this command you must be the owner of the operator.
The left or right type of a left or right unary operator, respectively, must be specified as NONE.