pgsql: Support non-ASCII letters in psql variable names.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Support non-ASCII letters in psql variable names.
Date: 2011-08-26 17:53:34
Message-ID: E1Qx0b0-0003fk-G2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e86fdb0ab224eaa73d907ab16a2dd0e0058699e0

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 25 ++++++-----
src/bin/psql/command.c | 6 +-
src/bin/psql/psqlscan.l | 87 ++++++++++++++++++++++++++++++++--------
src/bin/psql/variables.c | 34 +++++++++++++++-
src/bin/psql/variables.h | 4 --
5 files changed, 119 insertions(+), 37 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-08-26 20:52:43 pgsql: Fix potential memory clobber in tsvector_concat().
Previous Message Bruce Momjian 2011-08-26 14:33:21 pgsql: Fix pgrminclude regex pattern.