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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Brian Ceccarelli" <ceccareb(at)talussoftware(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4999: select 'a' < 'A' is true, but should be false . . .
Date: 2009-08-20 22:40:10
Message-ID: 20806.1250808010@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Brian Ceccarelli" <ceccareb(at)talussoftware(dot)com> writes:
> since the < and > comparison operators seem to be case insensitive:

They are not, unless you have managed to find a case-insensitive locale
somewhere. In any case we would not think that 'a' = 'A'.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message 94487509 2009-08-21 08:41:18 BUG #5001: can not prepare for where $1 is null
Previous Message Greg Stark 2009-08-20 21:54:56 Re: BUG #5000: Optimizer does not use function-based index for an order by