Re: Add missing tab completion for ALTER TABLE ADD COLUMN IF NOT EXISTS
Tomas Vondra <tomas@vondra.me>
From: Tomas Vondra <tomas@vondra.me>
To: Kirill Reshke <reshkekirill@gmail.com>
Cc: Karina Litskevich <litskevichkarina@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-12-16T16:40:59Z
Lists: 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
Commits
-
psql: Tab completion for CREATE MATERIALIZED VIEW ... USING
- de1e29885730 18.0 landed
-
psql: Tab completion for CREATE TEMP TABLE ... USING
- 1e1f70c34a8e 18.0 landed
-
psql: Tab completion for ALTER TYPE ... CASCADE/RESTRICT
- 8f11ef80c545 18.0 landed
-
psql: Tab completion for ALTER TYPE ... ADD ATTRIBUTE
- e0275c380c3f 18.0 landed
-
Add more tab completion for CREATE TABLE in psql
- 4cba9c2a33f1 12.0 cited