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