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

Kirill Reshke <reshkekirill@gmail.com>

From: Kirill Reshke <reshkekirill@gmail.com>
To: Tomas Vondra <tomas@vondra.me>
Cc: Karina Litskevich <litskevichkarina@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-12-08T04:22:53Z
Lists: pgsql-hackers

Attachments

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.

-- 
Best regards,
Kirill Reshke

Commits

  1. psql: Tab completion for CREATE MATERIALIZED VIEW ... USING

  2. psql: Tab completion for CREATE TEMP TABLE ... USING

  3. psql: Tab completion for ALTER TYPE ... CASCADE/RESTRICT

  4. psql: Tab completion for ALTER TYPE ... ADD ATTRIBUTE

  5. Add more tab completion for CREATE TABLE in psql