Bug in psql tab completion

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Bug in psql tab completion
Дата
Msg-id ECEHIKNFIMMECLEBJFIGIEFJCBAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответы Re: Bug in psql tab completion  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Try this:

test=# create table test (a int4);
CREATE
test=# grant select, update on te

Stop there and press 'TAB' to complete the word 'test'.

Your command line then gets rewritten to :

grant select, update on SET

It seems that it occurs when you have commas in there...

Chris



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

Предыдущее
От: Bill Shui
Дата:
Сообщение: plpgsql.
Следующее
От: Thomas Swan
Дата:
Сообщение: Re: plpgsql.