Thank you Tom On 26 July 2018 at 18:44, Tom Lane <t...@sss.pgh.pa.us> wrote: > Nicolas Even <ne...@ztel.org> writes: >> However when I run the same (as far as I understand it) query but with >> the ALL operator, the index is not used: >> explain analyze select name from totoz where name ilike all(array['%tot%']); > > There's only index support for "op ANY (array)", not "op ALL (array)". > > regards, tom lane
- Query with "ILIKE ALL" does not use the index Nicolas Even
- Re: Query with "ILIKE ALL" does not use the in... Tom Lane
- Re: Query with "ILIKE ALL" does not use th... Matthew Hall
- Re: Query with "ILIKE ALL" does not us... Nicolas Even
- Re: Query with "ILIKE ALL" does not use th... Nicolas Even