Re: LIKE, leading percent, bind parameters and indexes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: LIKE, leading percent, bind parameters and indexes
Дата
Msg-id 23592.1148745160@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: LIKE, leading percent, bind parameters and indexes  (Martijn van Oosterhout <kleptog@svana.org>)
Ответы Re: LIKE, leading percent, bind parameters and indexes
Список pgsql-hackers
Martijn van Oosterhout <kleptog@svana.org> writes:
> How about the suggestion of using a sequential index scan like the
> recent changes to VACUUM in the case that there are no regular index
> quals?

Nonstarter (hint: the solution we found for VACUUM assumes there can
be only one).
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: LIKE, leading percent, bind parameters and indexes
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Inefficient bytea escaping?