On 2025/06/04 23:38, Álvaro Herrera wrote:
On 2025-Jun-04, Fujii Masao wrote:
Hi,
psql already supports tab-completion for ALTER TABLE ADD with constraints
like CHECK and UNIQUE. However, after commit 14e87ffa5c5 introduced
support for adding NOT NULL constraints using ALTER TABLE ADD,
tab-
On 2025-Jun-04, Fujii Masao wrote:
> Hi,
>
> psql already supports tab-completion for ALTER TABLE ADD with constraints
> like CHECK and UNIQUE. However, after commit 14e87ffa5c5 introduced
> support for adding NOT NULL constraints using ALTER TABLE ADD,
> tab-completion for that case was missing.
support for ALTER TABLE ADD NOT NULL.
Thought?
Regards,
--
Fujii Masao
NTT DATA Japan Corporation
From 792c5c094c04516ded89d4824f02d19e175227e9 Mon Sep 17 00:00:00 2001
From: Fujii Masao
Date: Wed, 4 Jun 2025 22:56:01 +0900
Subject: [PATCH v1] psql: Add tab-completion for ALTER TABLE ADD NOT NULL