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