Re: Tab completion for "ALTER TYPE typename SET" and rearranged "Alter TYPE typename RENAME"

From: vignesh C <vignesh21(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Tab completion for "ALTER TYPE typename SET" and rearranged "Alter TYPE typename RENAME"
Date: 2022-08-15 16:35:58
Message-ID: CALDaNm1HzF-Z6aFwzOjAWgepdGMnTetwUZuRNxZ=y+_SrVU+BQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Aug 15, 2022 at 10:42 AM Michael Paquier <michael(at)paquier(dot)xyz> wrote:
>
> On Sun, Aug 14, 2022 at 07:56:00PM +0530, vignesh C wrote:
> > Modified the patch to list all the properties in case of "ALTER TYPE
> > typename SET (". I have included the properties in alphabetical order
> > as I notice that the ordering is in alphabetical order in few cases
> > ex: "ALTER SUBSCRIPTION <name> SET (". The attached v2 patch has the
> > changes for the same. Thoughts?
>
> Seems fine here, so applied after tweaking a bit the comments, mostly
> for consistency with the area.

Thanks for pushing this patch.

Regards,
Vignesh

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2022-08-15 16:39:29 Re: Include the dependent extension information in describe command.
Previous Message Andres Freund 2022-08-15 15:43:52 Re: Header checker scripts should fail on failure