Re: add tab-complete for ALTER DOMAIN ADD... - Mailing list pgsql-hackers

From Álvaro Herrera
Subject Re: add tab-complete for ALTER DOMAIN ADD...
Date
Msg-id 202507031454.khsxhe4du3cp@alvherre.pgsql
Whole thread Raw
In response to add tab-complete for ALTER DOMAIN ADD...  (jian he <jian.universality@gmail.com>)
List pgsql-hackers
On 2025-May-11, Álvaro Herrera wrote:

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

I have pushed this now, adding the parens after CHECK and reordering the
options per Fujii's suggestion in another thread.  I opted to push only
to master, but there's room to argue that this should be backpatched to
18 since it covers syntax newly added there.  If I get a couple of ayes
and not too many nays, I would do so at some point before beta2.

-- 
Álvaro Herrera         PostgreSQL Developer  —  https://www.EnterpriseDB.com/
"El que vive para el futuro es un iluso, y el que vive para el pasado,
un imbécil" (Luis Adler, "Los tripulantes de la noche")



pgsql-hackers by date:

Previous
From: Dmitry Dolgov
Date:
Subject: Re: Adding basic NUMA awareness
Next
From: Álvaro Herrera
Date:
Subject: Re: Add tab-completion for ALTER TABLE ADD NOT NULL