PostgreSQL
53.34. pg_operator
The catalog pg_operator
stores information about operators. See CREATE OPERATOR and Section 38.14 for more information.
Table 53.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 “[.quote]#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 “[.quote]#shell”# operator) |
Restriction selectivity estimation function for this operator (zero if none) |
Join selectivity estimation function for this operator (zero if none) |
+
Prev | Up | Next |
---|---|---|
53.33. |
53.35. |
Submit correction
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.
Copyright © 1996-2023 The PostgreSQL Global Development Group