Disable the use of Unicode escapes in string constants (U&'') when
Peter Eisentraut <peter_e@gmx.net>
Disable the use of Unicode escapes in string constants (U&'') when standard_conforming_strings is not on, for security reasons.
Files
| Path | Change | +/− |
|---|---|---|
| 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 |