Re: [GENERAL] escaping and quoting

2008-05-21 Thread Maarten Deprez
;) > 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

Re: [GENERAL] escaping and quoting

2008-05-20 Thread Maarten Deprez
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

[GENERAL] escaping and quoting

2008-05-20 Thread Maarten Deprez
? 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

[GENERAL] escaping and quoting

2008-05-16 Thread Maarten Deprez
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