Re: [PATCH] Add tab-complete for backslash commands

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCH] Add tab-complete for backslash commands
Дата
Msg-id 3435511.1631121908@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RE: [PATCH] Add tab-complete for backslash commands  ("tanghy.fnst@fujitsu.com" <tanghy.fnst@fujitsu.com>)
Список pgsql-hackers
"tanghy.fnst@fujitsu.com" <tanghy.fnst@fujitsu.com> writes:
> Here is the updated patch in which I added the multiple-character versions for backslash commands
> and remove their corresponding single-character version.
> Of course, for backslash commands with only single-character version, no change added.

Pushed.  I tweaked your list to the extent of adding back "\ir",
because since it's two letters not one, the argument that it's
entirely useless for tab completion doesn't quite apply.  But
if we wanted to make a hard-and-fast policy of offering only
the long form when there are two forms, maybe we should remove
that one too.

            regards, tom lane



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

Предыдущее
От: Gilles Darold
Дата:
Сообщение: Re: Schema variables - new implementation for Postgres 15
Следующее
От: Dipesh Pandit
Дата:
Сообщение: Re: .ready and .done files considered harmful