pgsql: psql: Add variable to control keyword case in tab completion

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: psql: Add variable to control keyword case in tab completion
Date: 2012-05-08 18:06:42
Message-ID: E1SRoo6-0004pf-7w@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Add variable to control keyword case in tab completion

This adds the variable COMP_KEYWORD_CASE, which controls in what case
keywords are completed. This is partially to let users configure the
change from commit 69f4f1c3576abc535871c6cfa95539e32a36120f, but it
also offers more behaviors than were available before.

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 16 ++++++++++
src/bin/psql/tab-complete.c | 65 ++++++++++++++++++++++++++-------------
2 files changed, 59 insertions(+), 22 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-05-08 18:55:58 pgsql: Tweak contrib --help output to match common style
Previous Message Peter Eisentraut 2012-05-08 17:46:39 pgsql: Update config.guess and config.sub