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