--
-- interval_gt/2
--
create or replace function interval_gt(
  interval,
  interval
) returns bool as $$
interval_gt$$ language plpgsql;