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