-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello Tom,
On 4 Sep 2008 at 12:53, Tom Lane wrote:
>
> "Rainer Glueck" <[EMAIL PROTECTED]> writes:
> > How can backslashes be stopped from escaping themselves in like-statements
>
> Use ESCAPE ''. There isn't any other way provided.
> ...
> if you h
"Rainer Glueck" <[EMAIL PROTECTED]> writes:
> How can backslashes be stopped from escaping themselves in like-statements
Use ESCAPE ''. There isn't any other way provided. I suppose we might
consider inventing a separate GUC parameter to specify what the default
escape sequence is, but we wouldn
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Tom,
Hi list,
(I'm the same as [EMAIL PROTECTED] who started this thread,
this is my regular address, you may compare the gpg-keys if in doubt :)
On 4 Sep 2008 at 11:51, Tom Lane wrote:
>
> Aren't you looking for standard_conforming_strings?
Of
"Rainer" <[EMAIL PROTECTED]> writes:
> Description:Backslashes get escaped despite of backslash_quote=off
Aren't you looking for standard_conforming_strings? backslash_quote is
something else entirely, and doesn't actually do anything at all when
backslash escaping is disabled.
> Two que