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