Re: Migrating between versions. Problem with regexp

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kaloyan Iliev Iliev <news1(at)faith(dot)digsys(dot)bg>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Migrating between versions. Problem with regexp
Date: 2004-08-29 16:45:34
Message-ID: 1473.1093797934@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Kaloyan Iliev Iliev <news1(at)faith(dot)digsys(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Matthew M Davis 2004-08-29 17:07:39 Re: Primary key inheritance problem
Previous Message Oliver Elphick 2004-08-29 16:34:08 Re: Primary key inheritance problem