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