Обсуждение: pgsql: psql: Case preserving completion of SQL key words

Поиск
Список
Период
Сортировка

pgsql: psql: Case preserving completion of SQL key words

От
Peter Eisentraut
Дата:
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(-)