Re: A bug of psql completion

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: A bug of psql completion
Дата
Msg-id 4624.1480351927@sss.pgh.pa.us
обсуждение исходный текст
Ответ на A bug of psql completion  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
Ответы Re: A bug of psql completion
Список pgsql-hackers
Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp> writes:
> I noticed that the psql completion code for "ALTER TABLE x ALTER
> [COLUMN] x DROP" is wrong. It works as the following

> =# alter table x alter x drop <tab>
> [nothing suggested]
> =# alter table x table x alter x drop <tab>
> DEFAULT   NOT NULL  

> The attached patch fixes it.

Pushed, thanks.
        regards, tom lane



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

Предыдущее
От: Nico Williams
Дата:
Сообщение: Re: Alternative MATERIALIZED VIEW design and implementation with history table and other features
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Tackling JsonPath support