projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64cc297
)
Be more explicit about the meaning of the change in standard_conforming_strings.
author
Tom Lane
Wed, 11 May 2011 03:44:33 +0000
(23:44 -0400)
committer
Tom Lane
Wed, 11 May 2011 03:44:33 +0000
(23:44 -0400)
doc/src/sgml/release-9.1.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-9.1.sgml
b/doc/src/sgml/release-9.1.sgml
index 7737381e7987cd33af0c40961a2435d0293f4d95..280e0bb142496b9e08b207ad18027e299df3ab49 100644
(file)
--- a/
doc/src/sgml/release-9.1.sgml
+++ b/
doc/src/sgml/release-9.1.sgml
@@
-58,8
+58,9
@@
- This removes a long-standing incompatibility with the SQL
- standard;
+ By default, backslashes are now ordinary characters in string literals,
+ not escape characters. This change removes a long-standing
+ incompatibility with the SQL standard.
linkend="guc-escape-string-warning">
escape_string_warning>
has produced warnings about this usage for years.
E''>
strings are the proper way to embed backslash escapes in strings and are