--
-- numeric_add/2
--
create or replace function numeric_add(
  numeric,
  numeric
) returns numeric as $$
numeric_add$$ language plpgsql;