BUG #3525: Lithuanian characters doesn't work in queries with regular expressions

From: "Rolandas Rudomanskis" <rolandasr(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #3525: Lithuanian characters doesn't work in queries with regular expressions
Date: 2007-08-09 16:53:15
Message-ID: 200708091653.l79GrFGZ091419@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 3525
Logged by: Rolandas Rudomanskis
Email address: rolandasr(at)gmail(dot)com
PostgreSQL version: 8.2.3
Operating system: Debian Etch
Description: Lithuanian characters doesn't work in queries with
regular expressions
Details:

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

All lithuanian characters characters, except , , namely,
, , , , , , in non-case sensitive queries specifying word
beginning, are ignored. SQL example:

select * from table1 where title ~* '\\m" + mytext + "';"

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Koczan 2007-08-09 18:55:00 Re: BUG #3504: Some listening sessions never return from writing, problems ensue
Previous Message Julian 2007-08-09 01:36:02 BUG #3523: plpython crash