Name: | aclitem_ops |
OID: | 2235 |
Owner: | postgres |
Default: | |
For type: | aclitem |
Access method: | hash |
Storage: | |
Comment: | |
Operator: | 1 =(aclitem,aclitem) |
Operator: | |
Operator: | |
Operator: | |
Function: | hash_aclitem(aclitem) |
Function: | () |
Function: | () |
Function: | () |
CREATE OPERATOR CLASS aclitem_ops
DEFAULT FOR TYPE aclitem USING hash AS
OPERATOR 1 =(aclitem,aclitem) ,
FUNCTION 1 hash_aclitem(aclitem);
ALTER OPERATOR CLASS pg_catalog.aclitem_ops USING hash OWNER TO postgres;
See Also
List of operator classes