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