Am 21.06.2010 21:48, schrieb Klaus Feichtinger:
Hello Klaus,
Can you test if this solves your problem? Just
grep for the SQL
queries (SELECT, UPDATE, INSERT, DELETE) and replace 'strings' with
E'strings'.
That's what I've already tested before. The prefix
"E" in front of the
body string helped and therefore no warning message was generated by
postgresql.
Do you know if the E'' syntax is supported in old versions too? (we
should still support older psql versions too)
klaus