Properties

Name: int2vector_ops 
OID: 2224 
Owner: postgres 
Default:  
For type: int2vector 
Access method: hash 
Storage:  
Comment:  
Operator: 1 =(int2vector,int2vector) 
Operator:  
Operator:  
Operator:  
Function: hashint2vector(int2vector) 
Function: () 
Function: () 
Function: () 

SQL


CREATE OPERATOR CLASS int2vector_ops
    DEFAULT FOR TYPE int2vector USING hash AS
    OPERATOR 1 =(int2vector,int2vector) ,
    FUNCTION 1 hashint2vector(int2vector);


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

See Also

List of operator classes