Re: add tab-complete for ALTER DOMAIN ADD...

Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>

From: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
To: Álvaro Herrera <alvherre@kurilemu.de>
Cc: "jian he" <jian.universality@gmail.com>, "PostgreSQL Hackers" <pgsql-hackers@postgresql.org>
Date: 2025-05-11T14:54:50Z
Lists: pgsql-hackers
On Sun, 11 May 2025, at 15:48, Álvaro Herrera wrote:
> So we should also have tab-completion for ALTER TABLE ADD NOT NULL, as
> in the attached.  Any opinions?

LGTM

-- 
- ilmari



Commits

  1. Add tab-completion for ALTER TABLE not-nulls

  2. Add tab-complete for ALTER DOMAIN ADD [CONSTRAINT]