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