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