From 64cc297dc9875a6feb3a310038707b6119b775ca Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 10 May 2011 20:56:44 -0400 Subject: Mention "backslash" escape processing change in 9.1 release notes. --- doc/src/sgml/release-9.1.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml index d70c806fdad..7737381e798 100644 --- a/doc/src/sgml/release-9.1.sgml +++ b/doc/src/sgml/release-9.1.sgml @@ -62,7 +62,7 @@ standard; 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. -- cgit v1.2.3