Re: Matching uppercased russian words (\x0410-\x042F) in UTF8 database 8.4.13 - Mailing list pgsql-general

From Alexander Farber
Subject Re: Matching uppercased russian words (\x0410-\x042F) in UTF8 database 8.4.13
Date
Msg-id CAADeyWix_JKwWgo5enpuZ2kfHwmoU2F6xSsBi0RbU6+w5YWrzA@mail.gmail.com
Whole thread Raw
In response to Matching uppercased russian words (\x0410-\x042F) in UTF8 database 8.4.13  (Alexander Farber <alexander.farber@gmail.com>)
Responses Re: Re: Matching uppercased russian words (\x0410-\x042F) in UTF8 database 8.4.13
List pgsql-general
I'm trying at the psql prompt of an UTF8 database in 8.4.13:

# select 'АБВГД' ~ '^[\u0410-\u042F]{2,}$';
WARNING:  nonstandard use of escape in a string literal
LINE 1: select 'АБВГД' ~ '^[\u0410-\u042F]{2,}$';
                         ^
HINT:  Use the escape string syntax for escapes, e.g., E'\r\n'.
 ?column?
----------
 f
(1 row)


On Tue, Mar 19, 2013 at 4:10 PM, Alexander Farber
<alexander.farber@gmail.com> wrote:
> http://sqlfiddle.com/#!11/8a494/4


pgsql-general by date:

Previous
From: Alexander Farber
Date:
Subject: Matching uppercased russian words (\x0410-\x042F) in UTF8 database 8.4.13
Next
From: Tom Lane
Date:
Subject: Re: Re: Matching uppercased russian words (\x0410-\x042F) in UTF8 database 8.4.13