REGULAR EXPRESSION POSSIBLE PROBLEM

From: "dev" <dev(at)strategma(dot)bg>
To: pgsql-bugs(at)postgresql(dot)org
Subject: REGULAR EXPRESSION POSSIBLE PROBLEM
Date: 2004-11-06 02:40:16
Message-ID: 200411060240.iA62eH4k011828@mail.gateway.bg
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi PG team ,
my database is in UNICODE
I try this (with Bulgarian chars):

SELECT 'Тест проба' ~* 'тест' as result

returns FALSE

above query is same as:

SELECT 'Test exam' ~* 'test' as result

retuns TRUE

the only different is that strings are in English

Is there problem with cyrilic?
I tested postgresql server 8.0.0beta-4 in Win32 platform, but I have same
problem in linux/postgresql 7.4.x with UNICODE database.

Thanks in advanced.

regards Antony Raijekov

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PostgreSQL Bugs List 2004-11-06 03:17:53 BUG #1306: locale related issue.
Previous Message Thomas Jacob 2004-11-05 20:24:39 Possible bug in inheritance/referential integrity