On Thu, Dec 13, 2018 at 12:48:10PM +, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/11/functions-matching.html
> Description:
>
> SELECT ' ' SIMILAR TO '[\s]';
> returns true
>
> SELECT ' ' SIMILAR
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/11/functions-matching.html
Description:
SELECT ' ' SIMILAR TO '[\s]';
returns true
SELECT ' ' SIMILAR TO '[\q]';
generates an error: [2201B]: ERROR: invalid regular expression: invalid
escap