Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ea964a4

Browse files
committed
Be more explicit about the meaning of the change in standard_conforming_strings.
1 parent 64cc297 commit ea964a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/release-9.1.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@
5858
</para>
5959

6060
<para>
61-
This removes a long-standing incompatibility with the SQL
62-
standard; <link
61+
By default, backslashes are now ordinary characters in string literals,
62+
not escape characters. This change removes a long-standing
63+
incompatibility with the SQL standard. <link
6364
linkend="guc-escape-string-warning"><varname>escape_string_warning</></link>
6465
has produced warnings about this usage for years. <literal>E''</>
6566
strings are the proper way to embed backslash escapes in strings and are

0 commit comments

Comments
 (0)