mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Be more explicit about the meaning of the change in standard_conforming_strings.
This commit is contained in:
parent
64cc297dc9
commit
ea964a451e
@ -58,8 +58,9 @@
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This removes a long-standing incompatibility with the SQL
|
By default, backslashes are now ordinary characters in string literals,
|
||||||
standard; <link
|
not escape characters. This change removes a long-standing
|
||||||
|
incompatibility with the SQL 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 backslash escapes in strings and are
|
strings are the proper way to embed backslash escapes in strings and are
|
||||||
|
Loading…
Reference in New Issue
Block a user