Re: regex match and special characters
От | Oleksii Kliukin |
---|---|
Тема | Re: regex match and special characters |
Дата | |
Msg-id | D46B147F-6532-4C2A-808F-AADAA160698B@hintbits.com обсуждение исходный текст |
Ответ на | Re: Sv: Re: Sv: Re: regex match and special characters (Adrian Klaver <adrian.klaver@aklaver.com>) |
Ответы |
Re: regex match and special characters
|
Список | pgsql-general |
Hi Adrian,
On 16. Aug 2018, at 18:13, Adrian Klaver <adrian.klaver@aklaver.com> wrote:test=# select 'abcd'||chr(8198) ~ 'abcd\s';
?column?
----------
t
(1 row)
Wonder if the OP has standard_conforming_strings='off' and
escape_string_warning='off'?
Both are set to ‘on’ for me for all versions (I believe those are default settings). I have 12devel indeed on my test system alongside 9.6, but I’ve tried it as well on PostgreSQL 10 running on a different distro with different locale settings and it produced the same result (check being true).
I think Tom’s answer solves it, although I am wondering how did you get true in the statement quoted above on PostgreSQL 9.6, perhaps that result is actually from PostgreSQL 10?
Cheers,
Oleksii
В списке pgsql-general по дате отправления: