--
-- int4abs/1
--
create or replace function int4abs(
  integer
) returns int4 as $$
int4abs$$ language plpgsql;