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