Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64cc297 commit ea964a4Copy full SHA for ea964a4
doc/src/sgml/release-9.1.sgml
@@ -58,8 +58,9 @@
58
</para>
59
60
<para>
61
- This removes a long-standing incompatibility with the SQL
62
- standard; <link
+ By default, backslashes are now ordinary characters in string literals,
+ not escape characters. This change removes a long-standing
63
+ incompatibility with the SQL standard. <link
64
linkend="guc-escape-string-warning"><varname>escape_string_warning</></link>
65
has produced warnings about this usage for years. <literal>E''</>
66
strings are the proper way to embed backslash escapes in strings and are
0 commit comments