Properties

Name: cid_ops 
OID: 2226 
Owner: postgres 
Default:  
For type: cid 
Access method: hash 
Storage:  
Comment:  
Operator: 1 =(cid,cid) 
Operator:  
Operator:  
Operator:  
Function: hashint4(integer) 
Function: () 
Function: () 
Function: () 

SQL


CREATE OPERATOR CLASS cid_ops
    DEFAULT FOR TYPE cid USING hash AS
    OPERATOR 1 =(cid,cid) ,
    FUNCTION 1 hashint4(integer);


ALTER OPERATOR CLASS pg_catalog.cid_ops USING hash OWNER TO postgres;

See Also

List of operator classes