Re: BUG #5478: ILIKE operator returns wrong result

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5478: ILIKE operator returns wrong result
Дата
Msg-id 25312.1275057704@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #5478: ILIKE operator returns wrong result  ("Markus" <markus.herven@outpost24.com>)
Ответы Re: BUG #5478: ILIKE operator returns wrong result  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-bugs
"Markus" <markus.herven@outpost24.com> writes:
> select 'ba' ilike '%__%';
> return true as expected in 8.2 but false in 8.4.

I have a feeling that this represents still another bug in the
special-case path for % followed by _ (cf bug #4821).  If so,
maybe we ought to just toss out that optimization?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5480: Autovacuum interferes with operations (e.g. truncate) on very large databases
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5477: CREATE DOMAIN NOT NULL constraints not always enforced for INSERT with subquery