Add missing tab completion for ALTER TABLE ADD COLUMN IF NOT EXISTS

From: Kirill Reshke <reshkekirill(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Add missing tab completion for ALTER TABLE ADD COLUMN IF NOT EXISTS
Date: 2024-11-01 10:43:55
Message-ID: CALdSSPhVELkvutquqrDB=Ujfq_Pjz=6jn-kzh+291KPNViLTfw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers!

I have been working on cloudberry/greenplum tab completion features,
and I spotted that the postgres version of psql does not tab-complete
ALTER TABLE ADD COLUMN IF NOT EXISTS pattern.
So, I propose to support this.

--
Best regards,
Kirill Reshke

Attachment Content-Type Size
v1-0001-Add-missing-psql-tab-completion-for-som-ALTER-TAB.patch application/octet-stream 2.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2024-11-01 10:50:40 Re: Improve the efficiency of _bt_killitems.
Previous Message Amit Langote 2024-11-01 10:08:00 Re: Wrong result when enable_partitionwise_join is on if collation of PartitionKey and Column is different.