This text was automatically converted from troff me macros to HTML. Information may have been lost, added, or changed in the process. Lars Aronsson and Lysator do not guarantee the correctness of this HTML document.
remove operator *
- remove an operator from the system
remove operator opr_desc
This command drops an existing operator from the database. To execute this command you must be the owner of the operator.
Opr_desc is the name of the operator to be removed followed by a parenthesized list of the operand types for the operator.
/* Remove power operator a^n for 4 byte integers */ remove operator ^ (int4, int4)
define operator(commands).