Re: add tab-complete for ALTER DOMAIN ADD...
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Fujii Masao <masao.fujii@oss.nttdata.com>
Cc: Álvaro Herrera <alvherre@kurilemu.de>, Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>, jian he <jian.universality@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2025-05-12T15:24:13Z
Lists: pgsql-hackers
Fujii Masao <masao.fujii@oss.nttdata.com> writes: > On 2025/05/11 23:22, Álvaro Herrera wrote: >> Done that, and pushed. > I have no objection to this commit. However, I had assumed we would > wait to commit changes like this - which aren't bug fixes or > v18-related oversights - until master becomes the development branch > for v19. Maybe I'm missing something.. I was surprised by this commit too. Yeah, it's small, but feature freeze is not about small. regards, tom lane
Commits
-
Add tab-completion for ALTER TABLE not-nulls
- a604affaded0 19 (unreleased) landed
-
Add tab-complete for ALTER DOMAIN ADD [CONSTRAINT]
- dbf42b84ac7b 18.0 landed