Re: BUG #2592: ILIKE does not care about locales

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tino Schwarze <tino(dot)schwarze(at)tisc(dot)de>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2592: ILIKE does not care about locales
Date: 2006-08-29 13:27:59
Message-ID: 3832.1156858079@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Tino Schwarze <tino(dot)schwarze(at)tisc(dot)de> writes:
> On Sun, Aug 27, 2006 at 12:58:00PM +0000, Robert Siemer wrote:
>> I tried this with LC_COLLATE=C and the rest LC_...=es_ES.utf8
>>
>> dennisb from irc reported LC_everything=sv_SE.UTF-8 with version 8.1.0
>> having the same problems.

> I can confirm this with de_DE.utf8.

ilike currently doesn't work for multibyte encodings (eg utf8). This
bug has been known for a long while, eg,

http://archives.postgresql.org/pgsql-bugs/2005-10/msg00002.php

but no one's stepped up to fix it.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Filip Hrbek 2006-08-29 13:28:45 Partially corrupted table
Previous Message Tino Schwarze 2006-08-29 12:35:36 Re: BUG #2592: ILIKE does not care about locales