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)
commitfd9e42f7790b6219f9ce493d9376989e2dbdfd94
tree5c6153693350d097262013774babfaf915ed30c4
parent92b8325dd918270b1714b7f8b9f9b2093deb8382
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