Open _ <openshe...@yahoo.com> writes: > I've created the ltree extensioncreated a table with an ltree column called > ltree_path > In php I can access the table, insert, update, delete.but ltree operators > don't work.
It sounds like the ltree extension is in a schema that's not in the search_path setting you're using from PHP. regards, tom lane