Re: psql tab-complete

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql tab-complete
Дата
Msg-id 11049.1571953711@sss.pgh.pa.us
обсуждение исходный текст
Ответ на psql tab-complete  (Victor Spirin <v.spirin@postgrespro.ru>)
Ответы Re: psql tab-complete
Список pgsql-hackers
Victor Spirin <v.spirin@postgrespro.ru> writes:
> I found some problem with tab-complete in the 12 version.  I checked 
> this in the Windows.

This change seems to break the case intended by the comment,
ie given the context

    SELECT * FROM tablename WHERE <tab>

we want to offer the columns of "tablename" as completions.

I'd be the first to agree that that's completely lame, as there
are any number of related cases it fails to cover ... but this
patch isn't making it better.

            regards, tom lane



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

Предыдущее
От: Victor Spirin
Дата:
Сообщение: Re: psql tab-complete
Следующее
От: Victor Spirin
Дата:
Сообщение: Re: psql tab-complete