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

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

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