Re: BUG #4999: select 'a' < 'A' is true, but should be false . . .

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема Re: BUG #4999: select 'a' < 'A' is true, but should be false . . .
Дата
Msg-id 3073cc9b0908252040u26f1d1acp7dc89f9aea3dd66@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BUG #4999: select 'a' < 'A' is true, but should be false . . .  ("Brian Ceccarelli" <ceccareb@talusmusic.com>)
Список pgsql-bugs
On Tue, Aug 25, 2009 at 8:38 PM, Brian
Ceccarelli<ceccareb@talusmusic.com> wrote:
>
> If the words are the same words but letters have different case, then the
> operator is case-sensitive.
> If the words are not the same words, then the operator is case-insensitive
> until the operator reaches the character position in both strings where t=
he
> letters become different.
>

this is completely non-sense. can you present a test case that proves
what you're claiming?

--=20
Atentamente,
Jaime Casanova
Soporte y capacitaci=C3=B3n de PostgreSQL
Asesor=C3=ADa y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #4999: select 'a' < 'A' is true, but should be false . . .
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #4999: select 'a' < 'A' is true, but should be false . . .