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