Tab completion for "ALTER TYPE typename SET" and rearranged "Alter TYPE typename RENAME" - Mailing list pgsql-hackers

From vignesh C
Subject Tab completion for "ALTER TYPE typename SET" and rearranged "Alter TYPE typename RENAME"
Date
Msg-id CALDaNm1u83jtD2wysdw9XwokEacSXEyUpELajEvOMgJTc3pQ7g@mail.gmail.com
Whole thread Raw
Responses Re: Tab completion for "ALTER TYPE typename SET" and rearranged "Alter TYPE typename RENAME"
List pgsql-hackers
Hi,

This patch does a couple of things:
a) Tab completion for "ALTER TYPE typename SET" was missing. Added tab
completion for the same. b) Tab completion for "ALTER TYPE <sth>
RENAME VALUE" was not along with tab completion of "ALTER TYPE"
commands, it was present after "ALTER GROUP <foo>", rearranged "ALTER
TYPE <sth> RENAME VALUE", so that it is along with "ALTER TYPE"
commands.

Attached patch has the changes for the same. Thoughts?

Regards,
Vignesh

Attachment

pgsql-hackers by date:

Previous
From: vignesh C
Date:
Subject: Include the dependent extension information in describe command.
Next
From: Mark Simon
Date:
Subject: Re: Suggestion: optionally return default value instead of error on failed cast