Unicode escapes in strings and identifiers
commiteb03381ed03cdaf6d0fc472054ee1491454a499e
authorpetere <petere>
Wed, 29 Oct 2008 08:04:54 +0000 (29 08:04 +0000)
committerpetere <petere>
Wed, 29 Oct 2008 08:04:54 +0000 (29 08:04 +0000)
treef3bee12beab67dc2223dbcd233b5d53b693eba64
parent2d15d31ebdf8eab4ceb7df2ac51455811d34d776
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