;)
> Are there any other strings with backslashes in your statements?
Don't know, probably yes. The backslashes are probably generated by the
escape function.
Greetings,
Maarten Deprez
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscri
I wrote:
> My dbmail server using postgresql produces a lot of warnings about '\\'
> in strings. The particular string it is complaining about is escaped by
> EscapeBytea, and included in single quotes (not E''). Is it all right to
> set standard_compliant_strings to on?
Laurenz Albe wrote:
> Dep
?
Greetings,
Maarten Deprez
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
Hello.
My dbmail server using postgresql produces a lot of warnings about '\\'
in strings. The particular string it is complaining about is escaped by
EscapeBytea, and included in single quotes (not E''). Is it all right to
set standard_compliant_strings to on?
Greet