Re: is this a bug or I am blind?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: is this a bug or I am blind?
Дата
Msg-id 14291.1134660154@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: is this a bug or I am blind?  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
Richard Huxton <dev@archonet.com> writes:
> But "like" without any wildcards should be the same as "=", but it isn't
> in the original post.

I'm too lazy to go look at the code right now, but I think that the
reduction of "x LIKE constant-pattern" to "x = constant-pattern" is
part of the LIKE index optimization code, which means it'd only get
done in C locale.  We're missing a bet there perhaps.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: is this a bug or I am blind?
Следующее
От: Devrim GUNDUZ
Дата:
Сообщение: Re: "gmake check" fails with 8.1.1