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

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

From
Peter Eisentraut
Date:
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(-)