ALTER_OPERATOR (7) Linux Manual Page
ALTER OPERATOR – change the definition of an operator Synopsis ALTER OPERATOR name ( { lefttype | NONE } , { righttype | NONE } ) OWNER TO newowner Description ALTER OPERATOR changes the definition of an operator. The only currently available functionality is to change the owner of the operator. You must own the…
