Re: Referencing parts captured by round brackets in a regex in 8.4.13

Поиск
Список
Период
Сортировка
От Alexander Farber
Тема Re: Referencing parts captured by round brackets in a regex in 8.4.13
Дата
Msg-id CAADeyWi8BJLB1-bLxqHL_0cK4cZWvr0s8cT=QBwmJRcpV=SNQw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Referencing parts captured by round brackets in a regex in 8.4.13  (Alban Hertroys <haramrae@gmail.com>)
Список pgsql-general
Thanks, I finally get it - this works fine:

# select 'axxxxxyz' ~ E'(.)\\1\\1';
 ?column?
----------
 t
(1 row)

# select 'ОШИБББКА' ~ E'(.)\\1\\1';
 ?column?
----------
 t
(1 row)


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