We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
UPDATE test SET values = 'one two three';
are concatenated with \n, injecting E in front, if it is not there:
\n
E
UPDATE test SET values = E'one\ntwo\nthree';