Re: Bug in ILIKE?

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Bug in ILIKE?
Date: 2008-09-26 23:42:09
Message-ID: 48DD7351.9050202@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
>
>> I'll have another look. What happens in that case though if you have
>> escape+x where x is a multibyte char?
>>
>
> TCHAR()'s just a no-op in multibyte encodings --- we handle ILIKE
> using a preliminary downcasing pass in that case.
>
>
>

Ah. Of course.

Will fix.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Brendan Jurd 2008-09-27 01:57:41 Re: Meridiem markers (was: [BUGS] Incorrect "invalid AM/PM string" error from to_timestamp)
Previous Message Tom Lane 2008-09-26 23:39:04 Re: Bug in ILIKE?