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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: Matching uppercased russian words (\x0410-\x042F) in UTF8 database 8.4.13
Дата
Msg-id 8300.1363716213@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Matching uppercased russian words (\x0410-\x042F) in UTF8 database 8.4.13  (Alexander Farber <alexander.farber@gmail.com>)
Ответы Re: Re: Matching uppercased russian words (\x0410-\x042F) in UTF8 database 8.4.13
Список pgsql-general
Alexander Farber <alexander.farber@gmail.com> writes:
> 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

I think Unicode escapes were introduced in 9.0.  In 8.4 you'd probably
have to write out the UTF8 equivalent as octal escapes :-(

            regards, tom lane


В списке pgsql-general по дате отправления:

Предыдущее
От: Alexander Farber
Дата:
Сообщение: Re: Matching uppercased russian words (\x0410-\x042F) in UTF8 database 8.4.13
Следующее
От: "Luke Luke"
Дата:
Сообщение: Dump table from schema and function from another one