
david at kineticode
Apr 16, 2009, 8:28 AM
Post #2 of 2
(1059 views)
Permalink
|
On Apr 16, 2009, at 6:35 AM, Scott Lanning wrote: > Do others see this in the error_log? > > WARNING: nonstandard use of \\ in a string literal at character 353 > HINT: Use the escape string syntax for backslashes, e.g., E'\\'. > > I wonder how that affects things. I see it in 1.10 or trunk. This is about whether you have standard_conforming_strings enabled in your postgresql.conf. But in honesty, it shouldn't happen at all because we use placeholders for all values. Or we should be. Can you trace where those warnings are generated in the Bricolage libraries? Best, David
|