Re: Bug in ILIKE? - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Bug in ILIKE?
Date
Msg-id 48DD7351.9050202@dunslane.net
Whole thread Raw
In response to Re: Bug in ILIKE?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

Tom Lane wrote:
> Andrew Dunstan <andrew@dunslane.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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug in ILIKE?
Next
From: "Brendan Jurd"
Date:
Subject: Re: Meridiem markers (was: [BUGS] Incorrect "invalid AM/PM string" error from to_timestamp)