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