Re: Add tab-completion for ALTER TABLE ADD NOT NULL

Álvaro Herrera <alvherre@kurilemu.de>

From: Álvaro Herrera <alvherre@kurilemu.de>
To: Fujii Masao <masao.fujii@oss.nttdata.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2025-07-03T14:55:25Z
Lists: pgsql-hackers
On 2025-Jun-05, Fujii Masao wrote:

> Just one small style comment: in the documentation, table constraints are
> listed in the order CHECK, NOT NULL, UNIQUE, PRIMARY KEY, etc. So it might
> be better to follow that same order in the code for consistency in all
> three places mentioned above.

Done that way, thanks.

-- 
Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/
"That sort of implies that there are Emacs keystrokes which aren't obscure.
I've been using it daily for 2 years now and have yet to discover any key
sequence which makes any sense."                        (Paul Thomas)



Commits

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

  2. Add pg_constraint rows for not-null constraints