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

From Dean Rasheed
Subject Re: Improve tab completion for ALTER FUNCTION/PROCEDURE/ROUTINE
Date
Msg-id CAEZATCWFSKG83ZFJ4KG-aJ58hmRh=dUhhn0=W0Xu+xSNhtU0kQ@mail.gmail.com
Whole thread Raw
In response to Re: Improve tab completion for ALTER FUNCTION/PROCEDURE/ROUTINE  (Dean Rasheed <dean.a.rasheed@gmail.com>)
List pgsql-hackers
On Thu, 5 Jan 2023 at 12:52, Dean Rasheed <dean.a.rasheed@gmail.com> wrote:
>
> While playing around with this, I noticed that the "... SET SCHEMA"
> case offers "FROM CURRENT" and "TO" as completions, which is
> incorrect. It should really offer to complete with a list of schemas.
> However, since that's a pre-existing bug in a different region of the
> code, I think it's best addressed in a separate patch, which probably
> ought to be back-patched.
>

OK, I've pushed and back-patched a fix for that issue too.

Regards,
Dean



pgsql-hackers by date:

Previous
From: Jelte Fennema
Date:
Subject: Re: [PATCH] pgbench: add multiconnect option
Next
From: Thomas Munro
Date:
Subject: Re: Cygwin cleanup