Re: Several problems in tab-completions for SET/RESET

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Several problems in tab-completions for SET/RESET
Дата
Msg-id CAB7nPqT-E3+q4OHtgqZPLJmvfy4hBibotcnHVPAa9NpnO8Ca2A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Several problems in tab-completions for SET/RESET  (Fujii Masao <masao.fujii@gmail.com>)
Ответы Re: Several problems in tab-completions for SET/RESET  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
On Mon, Feb 1, 2016 at 9:15 PM, Fujii Masao wrote:
> If we do that, we also should change the tab-completion for SET command
> so that "=" is suggested. But I'm afraid that which might decrease that
> tab-completion.
>
> Imagine the case of "SET work_mem <tab>". If "TO" and "=" are suggested,
> we need to type either "T" or "=" and then <tab> to input the setting value.
> Otherwise, "SET work_mem <tab>" suggests only "TO" and we can input
> the setting value by just typing <tab> again.
> This extra step is very small, but SET command is usually used very often,
> so I'd like to avoid such extra step.

OK, that's fine.
-- 
Michael



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Template for commit messages
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Comment typos in source code: s/thats/that is/