--
-- ltree_union/2
--
create or replace function ltree_union(
  internal,
  internal
) returns ltree_gist as $$
ltree_union$$ language plpgsql;