Disable the use of Unicode escapes in string constants (U&'') when

Peter Eisentraut <peter_e@gmx.net>

Commit: 40bc4c260508e8a2579bd2106e1f81b6795d147b
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2009-05-05T18:32:17Z
Releases: 8.4.0
Disable the use of Unicode escapes in string constants (U&'') when
standard_conforming_strings is not on, for security reasons.

Files

PathChange+/−
doc/src/sgml/syntax.sgml modified +12 −1
src/backend/parser/scan.l modified +6 −1
src/test/regress/expected/strings.out modified +39 −0
src/test/regress/sql/strings.sql modified +19 −0