]> granicus.if.org Git - postgresql/commit
Support non-ASCII letters in psql variable names.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 26 Aug 2011 14:41:31 +0000 (10:41 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 26 Aug 2011 17:53:09 +0000 (13:53 -0400)
commite86fdb0ab224eaa73d907ab16a2dd0e0058699e0
tree19bed12afd338f89ab119dbf830114e60ca75f11
parent910725b49ddf5c827658717f458fb14d0044f251
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.
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/command.c
src/bin/psql/psqlscan.l
src/bin/psql/variables.c
src/bin/psql/variables.h