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

From Tom Lane
Subject Re: Bug in ILIKE?
Date
Msg-id 1397.1222472344@sss.pgh.pa.us
Whole thread Raw
In response to Re: Bug in ILIKE?  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Bug in ILIKE?  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
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.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Bug in ILIKE?
Next
From: Andrew Dunstan
Date:
Subject: Re: Bug in ILIKE?