pg_operator
The catalog pg_operator
stores information about operators. See CREATE OPERATOR and Section 37.14 for more information.
Table 51.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 |
Type of the right operand |
Type of the result |
Commutator of this operator, if any |
Negator of this operator, if any |
Function that implements this operator |
Restriction selectivity estimation function for this operator |
Join selectivity estimation function for this operator |
Unused columns contain zeroes. For example, oprleft
is zero for a prefix operator.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.