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