Mention "backslash" escape processing change in 9.1 release notes.
authorBruce Momjian
Wed, 11 May 2011 00:56:44 +0000 (20:56 -0400)
committerBruce Momjian
Wed, 11 May 2011 00:57:19 +0000 (20:57 -0400)
doc/src/sgml/release-9.1.sgml

index d70c806fdadcbb0092b13e8bd291a8b85117e009..7737381e7987cd33af0c40961a2435d0293f4d95 100644 (file)
@@ -62,7 +62,7 @@
        standard;  
        linkend="guc-escape-string-warning">escape_string_warning
        has produced warnings about this usage for years.  E''
-       strings are the proper way to embed escapes in strings and are
+       strings are the proper way to embed backslash escapes in strings and are
        unaffected by this change.