Support non-ASCII letters in psql variable names.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e86fdb0ab224eaa73d907ab16a2dd0e0058699e0
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-08-26T17:53:09Z
Releases: 9.2.0
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

PathChange+/−
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