Re: Migrating between versions. Problem with regexp - Mailing list pgsql-general

From Tom Lane
Subject Re: Migrating between versions. Problem with regexp
Date
Msg-id 1473.1093797934@sss.pgh.pa.us
Whole thread Raw
In response to Re: Migrating between versions. Problem with regexp  (Kaloyan Iliev Iliev <news1@faith.digsys.bg>)
List pgsql-general
Kaloyan Iliev Iliev <news1@faith.digsys.bg> writes:
> I still haven't read all the documentation but I find the following.
> If I escape with \\  latin  letters it OK, but if escape with \\
> cyrillic letters then it is a mistake.

No, you're missing the point: there are certain escapes that mean
something, and it rejects the rest.  Backslash is not a general-purpose
quoting character.

            regards, tom lane

pgsql-general by date:

Previous
From: Oliver Elphick
Date:
Subject: Re: Primary key inheritance problem
Next
From: "Matthew M Davis"
Date:
Subject: Re: Primary key inheritance problem