Properties

Name: reltime_ops 
OID: 2228 
Owner: postgres 
Default:  
For type: reltime 
Access method: hash 
Storage:  
Comment:  
Operator: 1 =(reltime,reltime) 
Operator:  
Operator:  
Operator:  
Function: hashint4(integer) 
Function: () 
Function: () 
Function: () 

SQL


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


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

See Also

List of operator classes