Unicode escapes in strings and identifiers
Peter Eisentraut <peter_e@gmx.net>
Unicode escapes in strings and identifiers
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/syntax.sgml | modified | +134 −8 |
| src/backend/catalog/sql_features.txt | modified | +2 −2 |
| src/backend/parser/scan.l | modified | +180 −8 |
| src/backend/utils/adt/xml.c | modified | +2 −23 |
| src/backend/utils/mb/wchar.c | modified | +36 −1 |
| src/bin/psql/psqlscan.l | modified | +61 −6 |
| src/include/mb/pg_wchar.h | modified | +2 −1 |
| src/interfaces/ecpg/preproc/pgc.l | modified | +52 −8 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +7 −2 |
| src/interfaces/ecpg/test/ecpg_schedule | modified | +1 −0 |
| src/interfaces/ecpg/test/ecpg_schedule_tcp | modified | +1 −0 |
| src/interfaces/ecpg/test/expected/preproc-strings.c | added | +62 −0 |
| src/interfaces/ecpg/test/expected/preproc-strings.stderr | added | +36 −0 |
| src/interfaces/ecpg/test/expected/preproc-strings.stdout | added | +1 −0 |
| src/interfaces/ecpg/test/preproc/Makefile | modified | +1 −0 |
| src/interfaces/ecpg/test/preproc/strings.pgc | added | +27 −0 |
| src/test/regress/expected/strings.out | modified | +25 −0 |
| src/test/regress/sql/strings.sql | modified | +8 −0 |