1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-09 22:41:56 +03:00

Mention "backslash" escape processing change in 9.1 release notes.

This commit is contained in:
Bruce Momjian
2011-05-10 20:56:44 -04:00
parent 2e82d0b396
commit 64cc297dc9

View File

@ -62,7 +62,7 @@
standard; <link standard; <link
linkend="guc-escape-string-warning"><varname>escape_string_warning</></link> linkend="guc-escape-string-warning"><varname>escape_string_warning</></link>
has produced warnings about this usage for years. <literal>E''</> has produced warnings about this usage for years. <literal>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. unaffected by this change.
</para> </para>
</listitem> </listitem>