From: Tom Lane Date: Mon, 8 Jun 2009 14:57:21 +0000 (+0000) Subject: Be a bit more verbose about the effects of string literal processing X-Git-Tag: REL8_4_RC1~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=506183e485732e0e76cedb8db0e9ef514c34cba8;p=postgresql Be a bit more verbose about the effects of string literal processing changes in plpgsql. Per bug #4843. --- diff --git a/doc/src/sgml/release-8.4.sgml b/doc/src/sgml/release-8.4.sgml index cca2d033b2..b00cb16dba 100644 --- a/doc/src/sgml/release-8.4.sgml +++ b/doc/src/sgml/release-8.4.sgml @@ -1,4 +1,4 @@ - + @@ -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. +