]> granicus.if.org Git - postgresql/commit
Unicode escapes in strings and identifiers
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 29 Oct 2008 08:04:54 +0000 (08:04 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 29 Oct 2008 08:04:54 +0000 (08:04 +0000)
commit06735e32566ca2250afdc371b8b2521ee07ad922
tree0ce96005b5ea63fcb9295f21a595dd376ed3b74d
parent05bba3d176e0adc1a032d5c8c6ea2a7622c7dd0d
Unicode escapes in strings and identifiers
18 files changed:
doc/src/sgml/syntax.sgml
src/backend/catalog/sql_features.txt
src/backend/parser/scan.l
src/backend/utils/adt/xml.c
src/backend/utils/mb/wchar.c
src/bin/psql/psqlscan.l
src/include/mb/pg_wchar.h
src/interfaces/ecpg/preproc/pgc.l
src/interfaces/ecpg/preproc/preproc.y
src/interfaces/ecpg/test/ecpg_schedule
src/interfaces/ecpg/test/ecpg_schedule_tcp
src/interfaces/ecpg/test/expected/preproc-strings.c [new file with mode: 0644]
src/interfaces/ecpg/test/expected/preproc-strings.stderr [new file with mode: 0644]
src/interfaces/ecpg/test/expected/preproc-strings.stdout [new file with mode: 0644]
src/interfaces/ecpg/test/preproc/Makefile
src/interfaces/ecpg/test/preproc/strings.pgc [new file with mode: 0644]
src/test/regress/expected/strings.out
src/test/regress/sql/strings.sql