Re: A bug of psql completion - Mailing list pgsql-hackers

From Tom Lane
Subject Re: A bug of psql completion
Date
Msg-id 4624.1480351927@sss.pgh.pa.us
Whole thread Raw
In response to A bug of psql completion  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
Responses Re: A bug of psql completion  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
List 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 by date:

Previous
From: Nico Williams
Date:
Subject: Re: Alternative MATERIALIZED VIEW design and implementation with history table and other features
Next
From: Pavel Stehule
Date:
Subject: Re: Tackling JsonPath support