Re: psql's \d commands --- end of the line for

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: psql's \d commands --- end of the line for
Дата
Msg-id Pine.LNX.4.44.0212101942400.25355-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Re: psql's \d commands --- end of the line for  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-hackers
Alvaro Herrera writes:

> Would it work to make \d tab-completable in a way that showed both the
> commands that are available and the objects they describe? e.g.
>
> \d<tab> would show something like
> \dt [tables]    \ds [sequences]    \dv [views] ...

That won't work.  The actual completion and the view of the alternatives
if the completion is ambiguous is driven by the same data.

-- 
Peter Eisentraut   peter_e@gmx.net



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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: psql's \d commands --- end of the line for
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: psql's \d commands --- end of the line for 1-character identifiers?