Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor changes

...

The following workaround is available for users of JobScheduler releases older than 1.10.5 working with using Postgres version 9.1 and newer:

  • Turn off standard_conforming_strings in your PostgresSQL configuration.
    For those who do not want to change this globally, this setting can be changed for individual users:

    Code Block
    languagesql
    ALTER alterUSER [scheduler_user] scheduler setSET standard_conforming_strings = off;
    

 

Jira
serverSOS JIRA
serverId6dc67751-9d67-34cd-985b-194a8cdc9602
keyJS-781

...