Re: Type Ahead Issue

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Type Ahead Issue
Дата
Msg-id 18560.1331152675@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Type Ahead Issue  (Carlos Mennens <carlos.mennens@gmail.com>)
Список pgsql-sql
Carlos Mennens <carlos.mennens@gmail.com> writes:
> Am I missing something here? When the command is on one line, auto
> complete works fine but when I break it up as show above in the 2nd
> example, it acts like 'COLUMN' isn't even a valid option but if I
> manually type the word 'COLUMN' and finish the command, it works.

Yeah, the autocompletion logic can only "see" the current line of input,
so in your second example it has no idea that this is an ALTER TABLE
command.  My recollection is that there's no very nice way around that
given the limitations of the readline callback interface, though maybe
if somebody got ambitious they could improve it.
        regards, tom lane


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

Предыдущее
От: Carlos Mennens
Дата:
Сообщение: Type Ahead Issue
Следующее
От: "Igor Neyman"
Дата:
Сообщение: Re: map row in one table with random row in another table