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