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

Álvaro Herrera <alvherre@kurilemu.de>

From: Álvaro Herrera <alvherre@kurilemu.de>
To: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Cc: jian he <jian.universality@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2025-05-11T14:48:58Z
Lists: pgsql-hackers

Attachments

So we should also have tab-completion for ALTER TABLE ADD NOT NULL, as
in the attached.  Any opinions?

-- 
Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/
"Estoy de acuerdo contigo en que la verdad absoluta no existe...
El problema es que la mentira sí existe y tu estás mintiendo" (G. Lama)

Commits

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

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