-- -- text2ltree/1 -- create or replace function text2ltree( text ) returns ltree as $$ text2ltree$$ language plpgsql;