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

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: vignesh C <vignesh21(at)gmail(dot)com>
Cc: Melih Mutlu <m(dot)melihmutlu(at)gmail(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, Dong Wook Lee <sh95119(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Improve tab completion for ALTER FUNCTION/PROCEDURE/ROUTINE
Date: 2023-01-06 11:28:10
Message-ID: CAEZATCWFSKG83ZFJ4KG-aJ58hmRh=dUhhn0=W0Xu+xSNhtU0kQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 5 Jan 2023 at 12:52, Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2023-01-06 11:39:11 Re: Cygwin cleanup
Previous Message Jelte Fennema 2023-01-06 10:44:52 Re: [PATCH] pgbench: add multiconnect option