Re: psql tab completion for SELECT

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: psql tab completion for SELECT
Дата
Msg-id 1329168108.5373.8.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: psql tab completion for SELECT  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Список pgsql-hackers
On tor, 2012-02-09 at 23:02 +0100, Dimitri Fontaine wrote:
> Peter Eisentraut <peter_e@gmx.net> writes:
> > Make tab-completion complete also function names – like: SELECT
> > pg_get<tab><tab> to see all functions that start with pg_get.
> >
> > Make tab-completion work for columns in SELECT. I know that when writing
> > SELECT clause, psql doesn’t know which table it will deal with, but it
> > could search through all the columns in database.
> >
> > That seems pretty useful, and it's more or less a one-line change, as in
> > the attached patch.
> 
> Does that includes support for completing SRF functions in the FROM clause?

No, that's an entirely different issue.



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

Предыдущее
От: Jay Levitt
Дата:
Сообщение: Re: Bugs/slowness inserting and indexing cubes
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: psql tab completion for SELECT