Re: "SELECT" problem on 7.0.3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: "SELECT" problem on 7.0.3
Дата
Msg-id 13453.979259778@sss.pgh.pa.us
обсуждение исходный текст
Ответ на "SELECT" problem on 7.0.3  (George Moga <george@cicnet.ro>)
Список pgsql-sql
What locale and encoding are you using?

Evidently the LIKE index optimization is failing, but I would
not have guessed that a string like 1:0: would cause a problem,
especially not if all the entries in the column contain just
digits and colons.

You can find plenty of material about LIKE+index problems in
the list archives.  For 7.1, we've gone so far as to disable
the optimization altogether in non-ASCII locales (and I'm sure
we'll get complaints about that, too :-().
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Possible bug? WAS :Bad (null) varchar() external representation.
Следующее
От: Justin Clift
Дата:
Сообщение: Re: Possible bug? WAS :Bad (null) varchar() external representation.