Re: Improve tab completion for ALTER FUNCTION/PROCEDURE/ROUTINE

From: vignesh C <vignesh21(at)gmail(dot)com>
To: Dong Wook Lee <sh95119(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Improve tab completion for ALTER FUNCTION/PROCEDURE/ROUTINE
Date: 2022-10-28 12:04:37
Message-ID: CALDaNm0HjHKnU3pXDg+UuNfTPymrftJsMU7+8uh0eJSOYh8y_w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 28 Oct 2022 at 08:02, Dong Wook Lee <sh95119(at)gmail(dot)com> wrote:
>
> On Fri, Oct 28, 2022 at 12:08 AM vignesh C <vignesh21(at)gmail(dot)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 Content-Type Size
v2-0001-Tab-completion-for-ALTER-FUNCTION-PROCEDURE-ROUTI.patch text/x-patch 3.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2022-10-28 13:26:51 Re: Proposal to use JSON for Postgres Parser format
Previous Message Andrey Lepikhov 2022-10-28 10:53:17 Re: Fast COPY FROM based on batch insert