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