PG_OPERATOR
PG_OPERATOR records information about operators.
Name |
Type |
Reference |
Description |
---|---|---|---|
oid |
oid |
- |
Row identifier (hidden attribute, which must be specified) |
oprname |
name |
- |
Name of an operator |
oprnamespace |
oid |
OID in PG_NAMESPACE |
OID of the namespace that contains the operator |
oprowner |
oid |
OID in PG_AUTHID |
Owner of the operator |
oprkind |
"char" |
- |
|
oprcanmerge |
boolean |
- |
Whether the operator supports merge joins
|
oprcanhash |
boolean |
- |
Whether the operator supports hash joins
|
oprleft |
oid |
OID in PG_TYPE |
Type of the left operand |
oprright |
oid |
OID in PG_TYPE |
Type of the right operand |
oprresult |
oid |
OID in PG_TYPE |
Type of the result |
oprcom |
oid |
OID in PG_OPERATOR |
Commutator of this operator, if any |
oprnegate |
oid |
OID in PG_OPERATOR |
Negator of this operator, if any |
oprcode |
regproc |
PG_PROC.proname |
Function that implements the operator |
oprrest |
regproc |
PG_PROC.proname |
Restriction selectivity estimation function for the operator |
oprjoin |
regproc |
PG_PROC.proname |
Join selectivity estimation function for the 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