Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The setup also requires sufficient database permissions for the following statements: DROP, CREATE ROUTINE, ALTER ROUTINE, CREATE VIEW, CREATE TABLE, CREATE INDEX, CREATE TRIGGER, INSERT,UPDATE,DELETE and SELECT.

...

The following two PostgreSQL server variables must have the following valuesspecified values for JobScheduler releases before 1.10.5:

  • standard_conforming_strings = off
  •  bytea_output = 'escape'

For JobScheduler releases starting with 1.10.5 the standard_conforming_strings setting should be "on".

For all those that do not want to change this globally, this setting can be changed on an inidividual user level:

...