Re: Improve tab completion for ALTER FUNCTION/PROCEDURE/ROUTINE - Mailing list pgsql-hackers

From vignesh C
Subject Re: Improve tab completion for ALTER FUNCTION/PROCEDURE/ROUTINE
Date
Msg-id CALDaNm0HjHKnU3pXDg+UuNfTPymrftJsMU7+8uh0eJSOYh8y_w@mail.gmail.com
Whole thread Raw
In response to Re: Improve tab completion for ALTER FUNCTION/PROCEDURE/ROUTINE  (Dong Wook Lee <sh95119@gmail.com>)
Responses Re: Improve tab completion for ALTER FUNCTION/PROCEDURE/ROUTINE  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Fri, 28 Oct 2022 at 08:02, Dong Wook Lee <sh95119@gmail.com> wrote:
>
> On Fri, Oct 28, 2022 at 12:08 AM vignesh C <vignesh21@gmail.com> wrote:
> >
> > Hi,
> >
> > Tab completion for ALTER FUNCTION/PROCEDURE/ROUTINE action was
> > missing, this patch adds the tab completion for the same.
> >
> > Regards,
> > Vignesh
>
> Hi,
> I applied your patch and did some tests.
> Is it okay not to consider SET and RESET commands? (e.g ALTER FUNCTION)

Those also should be handled, attached v2 version includes the changes
for the same.

Regards,
Vignesh

Attachment

pgsql-hackers by date:

Previous
From: Andrey Lepikhov
Date:
Subject: Re: Fast COPY FROM based on batch insert
Next
From: Andrew Dunstan
Date:
Subject: Re: Proposal to use JSON for Postgres Parser format