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

From: vignesh C <vignesh21(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Tab completion for "ALTER TYPE typename SET" and rearranged "Alter TYPE typename RENAME"
Date: 2022-08-14 02:55:01
Message-ID: CALDaNm1u83jtD2wysdw9XwokEacSXEyUpELajEvOMgJTc3pQ7g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
v1-0001-Tab-completion-for-ALTER-TYPE-typename-SET-and-re.patch application/octet-stream 2.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Simon 2022-08-14 03:36:01 Re: Suggestion: optionally return default value instead of error on failed cast
Previous Message vignesh C 2022-08-14 02:31:14 Include the dependent extension information in describe command.