psql: Case preserving completion of SQL key words Instead of always completing SQL key words in upper case, look at the word being completed and match the case.
reviewed by Fujii Masao Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/69f4f1c3576abc535871c6cfa95539e32a36120f Modified Files -------------- src/bin/psql/tab-complete.c | 71 +++++++++++++++++++++++++++++++++++------- 1 files changed, 59 insertions(+), 12 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
