From: | Álvaro Herrera <alvherre(at)kurilemu(dot)de> |
---|---|
To: | Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org> |
Cc: | jian he <jian(dot)universality(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com> |
Subject: | Re: add tab-complete for ALTER DOMAIN ADD... |
Date: | 2025-07-03 14:54:59 |
Message-ID: | 202507031454.khsxhe4du3cp@alvherre.pgsql |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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")
From | Date | Subject | |
---|---|---|---|
Next Message | Álvaro Herrera | 2025-07-03 14:55:25 | Re: Add tab-completion for ALTER TABLE ADD NOT NULL |
Previous Message | vignesh C | 2025-07-03 14:54:51 | Re: Invalid pointer access in logical decoding after error |