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