]> granicus.if.org Git - postgresql/commit
psql: Add variable to control keyword case in tab completion
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 8 May 2012 18:03:45 +0000 (21:03 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 8 May 2012 18:06:08 +0000 (21:06 +0300)
commitdb84ba65ab5c0ad0b34d68ab5a687bc5f4ca3ba6
tree25491cafe109aa10c59349954c9274df65f035d3
parentcf09230e1992a81e8e17441104d3c8a558abec04
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.
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/tab-complete.c