Re: Add missing tab completion for ALTER TABLE ADD COLUMN IF NOT EXISTS - Mailing list pgsql-hackers

From Tomas Vondra
Subject Re: Add missing tab completion for ALTER TABLE ADD COLUMN IF NOT EXISTS
Date
Msg-id d24eb9b1-8156-4e3b-9c58-a80048ae6619@vondra.me
Whole thread Raw
In response to Re: Add missing tab completion for ALTER TABLE ADD COLUMN IF NOT EXISTS  (Karina Litskevich <litskevichkarina@gmail.com>)
List pgsql-hackers
On 12/8/24 05:22, Kirill Reshke wrote:
> On Sun, 8 Dec 2024 at 03:35, Tomas Vondra <tomas@vondra.me> wrote:
>>
>> Hi,
>> I took a quick look at this patch series, and it looks generally fine to
>> me. Barring objections, I'll get it committed. Yes, there's a couple
>> cosmetic details, and it needs a pgindent run, but I think I can take
>> care of that ...
>>
> Thank you for taking a look.
> 
> PFA v6 with last Karina's review comments addressed.
> 

Thanks. Pushed.

I went through the patches, and pushed them with some pretty minor
tweaks. Most of the work was about writing the commit messages. I
considered squashing the commits, but decided not to do that - each of
the 4 patches does tab completion for different command.


regards

-- 
Tomas Vondra




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: improve EXPLAIN for wide tables
Next
From: Andres Freund
Date:
Subject: Standardizing the file header?