Re: BUG #3525: Lithuanian characters doesn't work in queries with regular expressions - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #3525: Lithuanian characters doesn't work in queries with regular expressions
Date
Msg-id 3395.1186701162@sss.pgh.pa.us
Whole thread Raw
In response to BUG #3525: Lithuanian characters doesn't work in queries with regular expressions  ("Rolandas Rudomanskis" <rolandasr@gmail.com>)
List pgsql-bugs
"Rolandas Rudomanskis" <rolandasr@gmail.com> writes:
> Description:        Lithuanian characters doesn't work in queries with
> regular expressions

> The database is set to unicode. Debian locale is utf-8.

Yeah, the regex code doesn't handle localization issues (such as
case-insensitive matching) correctly for multibyte characters.
Can you use a single-byte encoding?  Alternatively, I believe
case-insensitive LIKE matching works for this.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Peter Koczan"
Date:
Subject: Re: BUG #3504: Some listening sessions never return from writing, problems ensue
Next
From: Tom Lane
Date:
Subject: Re: BUG #3523: plpython crash