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