From 8378846fdffb329d33cb8b3732f56c5d9c92efc0 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 8 Jun 2009 14:57:21 +0000 Subject: [PATCH] Be a bit more verbose about the effects of string literal processing changes in plpgsql. Per bug #4843. --- doc/src/sgml/release-8.4.sgml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/src/sgml/release-8.4.sgml b/doc/src/sgml/release-8.4.sgml index 0dd1c01cf7..f30e58b72a 100644 --- a/doc/src/sgml/release-8.4.sgml +++ b/doc/src/sgml/release-8.4.sgml @@ -2303,6 +2303,14 @@ Make processing of string literals and nested block comments match the main SQL parser's processing (Tom) + + + In particular, the format string in RAISE now works + the same as any other string literal, including being subject + to standard_conforming_strings. This change also + fixes other cases in which valid commands would fail when + standard_conforming_strings is on. + -- 2.30.2