Re: BUG #4999: select 'a' < 'A' is true, but should be false . . . - Mailing list pgsql-bugs

From Jaime Casanova
Subject Re: BUG #4999: select 'a' < 'A' is true, but should be false . . .
Date
Msg-id 3073cc9b0908252040u26f1d1acp7dc89f9aea3dd66@mail.gmail.com
Whole thread Raw
In response to Re: BUG #4999: select 'a' < 'A' is true, but should be false . . .  ("Brian Ceccarelli" <ceccareb@talusmusic.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #4999: select 'a' < 'A' is true, but should be false . . .
Next
From: Alvaro Herrera
Date:
Subject: Re: BUG #4999: select 'a' < 'A' is true, but should be false . . .