pg_operator
   The catalog pg_operator stores information about operators.
   See CREATE OPERATOR
   and Section 38.14 for more information.
  
Table 52.34. pg_operator Columns
Column Type Description  | 
|---|
        Row identifier  | 
        Name of the operator  | 
        The OID of the namespace that contains this operator  | 
        Owner of the operator  | 
        
         | 
        This operator supports merge joins  | 
        This operator supports hash joins  | 
        Type of the left operand (zero for a prefix operator)  | 
        Type of the right operand  | 
        Type of the result (zero for a not-yet-defined “shell” operator)  | 
        Commutator of this operator (zero if none)  | 
        Negator of this operator (zero if none)  | 
        Function that implements this operator (zero for a not-yet-defined “shell” operator)  | 
        Restriction selectivity estimation function for this operator (zero if none)  | 
        Join selectivity estimation function for this operator (zero if none)  |