You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Since Postgres version 9.1 the parameter ''standard_conforming_strings*is turn on.
*It controls whether ordinary string literals ('...') treat backslashes literally, as specified in the SQL standard. This behaviour is different to verions before 9.1 and JobScheduler will throw an exception. To avoid it turn*standard_conforming_strings_' in your Postgres configuration to_off''.

see http://www.depesz.com/index.php/2010/07/21/waiting-for-9-1-standard_conforming_strings-on/

  • No labels