Re: hu_HU.UTF8 case insensitive search fail to return values

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: albertlaszlorobert(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: hu_HU.UTF8 case insensitive search fail to return values
Date: 2007-09-07 02:07:06
Message-ID: 8808.1189130826@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

=?UTF-8?B?IkzDoXN6bMOzLVLDs2JlcnQsIEFsYmVydCI=?= <albertlaszlorobert(at)gmail(dot)com> writes:
> [ ILIKE fails to match case-insensitively in 8.1.2 ]

The ILIKE code doesn't work well at all in multibyte encodings in 8.1
and before. You should get reasonable results in one of the LATINn
encodings (and a matching locale of course). If you need to use UTF8,
I recommend updating to 8.2 which handles multibyte characters better.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Hiroshi Saito 2007-09-07 04:07:54 Re: BUG #3604: lo_import does not work with filenames with accents
Previous Message Tom Lane 2007-09-07 01:01:24 Re: Re: [BUGS] create index concurrently blocks on transactions in other databases