changes in plpgsql. Per bug #4843.
Make processing of string literals and nested block comments
match the main SQL parser's processing (Tom)
</para>
+
+ <para>
+ In particular, the format string in <command>RAISE</> now works
+ the same as any other string literal, including being subject
+ to <varname>standard_conforming_strings</>. This change also
+ fixes other cases in which valid commands would fail when
+ <varname>standard_conforming_strings</> is on.
+ </para>
</listitem>
<listitem>