DROP OPERATOR id ( type | NONE [,...] )
The message returned if the command is successful.
This message occurs if the specified binary operator does not exist.
This message occurs if the specified left unary operator specified does not exist.
This message occurs if the specified right unary operator specified does not exist.
The DROP OPERATOR statement 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, may be specified as NONE.