Re: ltree and PHP

2021-02-04 Thread Tom Lane
Open _ 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 usin

ltree and PHP

2021-02-04 Thread Open _
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. select count() from schema.tableĀ  where 'A.B.C' @> ltree_path; gives me a "could not determine polymorphic type anyrange bec