Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor change to example

...

  • 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

...