--
-- numeric_inc/1
--
create or replace function numeric_inc(
  numeric
) returns numeric as $$
numeric_inc$$ language plpgsql;