pgsql: Teach psql to do tab completion for names of psql variables.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Teach psql to do tab completion for names of psql variables.
Дата
Msg-id E1P54bs-00055w-Hc@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Teach psql to do tab completion for names of psql variables.

Completion is supported in the context of \set and when interpolating
a variable value using :foo etc.

In passing, fix some places in tab-complete.c that weren't following
project style for comment formatting.

Pavel Stehule, reviewed by Itagaki Takahiro

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=b48b9cb3a46d80401b122fd10780e8c623983a26

Modified Files
--------------
src/bin/psql/tab-complete.c |  197 +++++++++++++++++++++++++++++--------------
1 files changed, 134 insertions(+), 63 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Support triggers on views.
Следующее
От: h-saito@pgfoundry.org (Hiroshi Saito)
Дата:
Сообщение: psqlodbc - psqlodbc: add gssapi to extra list.