Re: [HACKERS] I don't like LIKE

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] I don't like LIKE
Дата
Msg-id 27936.928881152@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] I don't like LIKE  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <maillist@candle.pha.pa.us> writes:
> Can't reproduce:

>     test=> select * from tx where i like '3';
>     i
>     -
>     (0 rows)

If you've built with USE_LOCALE you won't see the failure,
because the parser doesn't add the right-side index qualification
in that case (at least not in 6.5; 6.4 did).

We still need a better solution for non-ASCII locales, too...
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Re: Release schedule
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] contrib/spi/preprocessor