Support non-ASCII letters in psql variable names.
Tom Lane <tgl@sss.pgh.pa.us>
Support non-ASCII letters in psql variable names. As in the backend, the implementation actually accepts any non-ASCII character, but we only document that you can use letters.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/psql-ref.sgml | modified | +14 −11 |
| src/bin/psql/command.c | modified | +3 −3 |
| src/bin/psql/psqlscan.l | modified | +70 −17 |
| src/bin/psql/variables.c | modified | +32 −2 |
| src/bin/psql/variables.h | modified | +0 −4 |