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