--
-- time_cmp/2
--
create or replace function time_cmp(
  time without time zone,
  time without time zone
) returns int4 as $$
time_cmp$$ language plpgsql;