Re: BUG #12024: autocomplete doesn't work for ALTER CONSTRAINT

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: lizenko79(at)gmail(dot)com, pgsql-bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #12024: autocomplete doesn't work for ALTER CONSTRAINT
Date: 2014-11-28 12:31:20
Message-ID: CAHGQGwF8iuPt7XirP7Gpb4y7UM48h23FQij3SPPMKC=G2wzEXg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Nov 26, 2014 at 2:54 PM, Michael Paquier
<michael(dot)paquier(at)gmail(dot)com> wrote:
> On Sat, Nov 22, 2014 at 12:19 AM, <lizenko79(at)gmail(dot)com> wrote:
>>
>> If I try to press "tab" to complete
>> ALTER TABLE <some_table> ALTER CO...
>>
>> only COLUMN hint is shown, CONSTRAINT is missing
>
> Yes, indeed. Supporting ALTER TABLE <foo> ALTER CONSTRAINT has proved not to
> be that complicated. Per se the patch attached.

Pushed. Thanks!

Regards,

--
Fujii Masao

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Mats Erik Andersson 2014-11-28 15:01:04 Solaris fails test with float8.
Previous Message Tommaso Sala 2014-11-28 09:45:15 Re: BUG #12053: Strange behavior for numeric types with unspecified precision-scale