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