Re: 8.0b3: problems with ILIKE and ~* on multibyte-chars - Mailing list pgsql-bugs

From Tom Lane
Subject Re: 8.0b3: problems with ILIKE and ~* on multibyte-chars
Date
Msg-id 3261.1096823399@sss.pgh.pa.us
Whole thread Raw
In response to 8.0b3: problems with ILIKE and ~* on multibyte-chars  (peter pilsl <pilsl@goldfisch.at>)
List pgsql-bugs
peter pilsl <pilsl@goldfisch.at> writes:
> the caseinsensitive patternmatch-operators seems not to work with
> multibyte, while lower() and upper()-functions finally works perfect.

It looks to me like iwchareq() in src/backend/utils/adt/like.c still needs
work to handle multibyte characters in a sane fashion.  Feel free to
submit a patch ...

            regards, tom lane

pgsql-bugs by date:

Previous
From: peter pilsl
Date:
Subject: 8.0b3: problems with ILIKE and ~* on multibyte-chars
Next
From: Neil Conway
Date:
Subject: Re: semicolon not required on END statement