PG_OPERATOR
PG_OPERATOR stores information about operators.
Column |
Type |
Reference |
Description |
---|---|---|---|
oid |
oid |
- |
Row identifier (a hidden attribute that is only shown upon explicit selection). |
oprname |
name |
- |
Name of an operator. |
oprnamespace |
oid |
PG_NAMESPACE.oid |
OID of the namespace containing this operator. |
oprowner |
oid |
PG_AUTHID.oid |
Owner of the operator. |
oprkind |
"char" |
- |
|
oprcanmerge |
Boolean |
- |
Whether the operator supports merge joins. |
oprcanhash |
Boolean |
- |
Whether the operator supports hash joins. |
oprleft |
oid |
PG_TYPE.oid |
Type of the left operand. |
oprright |
oid |
PG_TYPE.oid |
Type of the right operand. |
oprresult |
oid |
PG_TYPE.oid |
Result type. |
oprcom |
oid |
PG_OPERATOR.oid |
Commutator of this operator (if any). |
oprnegate |
oid |
PG_OPERATOR.oid |
Negator of this operator (if any). |
oprcode |
regproc |
PG_PROC.oid |
Function implementing this operator. |
oprrest |
regproc |
PG_PROC.oid |
Constraint selectivity estimation function for this operator. |
oprjoin |
regproc |
PG_PROC.oid |
Join selectivity estimation function for this operator. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot