Re: [PATCH] Tab completion for ALTER TABLE … ADD …

From: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
To: "Michael Paquier" <michael(at)paquier(dot)xyz>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] Tab completion for ALTER TABLE … ADD …
Date: 2021-08-31 08:36:48
Message-ID: 331beb60-5d58-48a1-b602-3c5f2043ff59@www.fastmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 31 Aug 2021, at 04:20, Michael Paquier wrote:
> On Mon, Aug 30, 2021 at 02:38:19PM +0100, Dagfinn Ilmari Mannsåker wrote:
> > That was because I forgot to exclude all the other object types that can
> > come after ADD. Attached is a patch that does that. I also moved it
> > right next to the ALTER TABLE … ADD completion, and added a comment to
> > keep the two lists in sync.
>
> Looks fine to me, so applied while we are on it.

Thanks!

- ilmari

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2021-08-31 09:30:19 Re: perlcritic: prohibit map and grep in void conext
Previous Message Kyotaro Horiguchi 2021-08-31 08:30:06 Re: Added missing invalidations for all tables publication