Re: Bug in ILIKE?

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

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.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2008-09-26 23:42:09 Re: Bug in ILIKE?
Previous Message Andrew Dunstan 2008-09-26 23:30:21 Re: Bug in ILIKE?