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