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