]> granicus.if.org Git - postgresql/commit
Disable the use of Unicode escapes in string constants (U&'') when
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 5 May 2009 18:32:17 +0000 (18:32 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 5 May 2009 18:32:17 +0000 (18:32 +0000)
commit40bc4c260508e8a2579bd2106e1f81b6795d147b
treed2ad86c55d2795e0746a56f93d0c56852b315147
parent616bceb8cb67c4f7641d933d0963373963e7492e
Disable the use of Unicode escapes in string constants (U&'') when
standard_conforming_strings is not on, for security reasons.
doc/src/sgml/syntax.sgml
src/backend/parser/scan.l
src/test/regress/expected/strings.out
src/test/regress/sql/strings.sql