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