Name: | reltime_ops |
OID: | 2233 |
Owner: | postgres |
Default: | |
For type: | reltime |
Access method: | btree |
Storage: | |
Comment: | |
Operator: | 1 <(reltime,reltime) |
Operator: | 2 <=(reltime,reltime) |
Operator: | 3 =(reltime,reltime) |
Operator: | 4 >=(reltime,reltime) |
Function: | btreltimecmp(reltime, reltime) |
Function: | () |
Function: | () |
Function: | () |
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