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