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