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

From: Dong Wook Lee <sh95119(at)gmail(dot)com>
To: vignesh C <vignesh21(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 02:32:20
Message-ID: CAAcByaKfB46d+H+j6G=wa3dJMLLGcAxn10Qd8N9LPsLo0HCxXg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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)

---
Regards,
DongWook Lee.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2022-10-28 02:37:05 Re: Make mesage at end-of-recovery less scary.
Previous Message Michael Paquier 2022-10-28 02:09:38 Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes?