--
-- cash_div_int2/2
--
create or replace function cash_div_int2(
  money,
  smallint
) returns money as $$
cash_div_int2$$ language plpgsql;