Add tab-completion for ALTER TABLE ADD NOT NULL - Mailing list pgsql-hackers

From Fujii Masao
Subject Add tab-completion for ALTER TABLE ADD NOT NULL
Date
Msg-id d4f14c6b-086b-463c-b15f-01c7c9728eab@oss.nttdata.com
Whole thread Raw
Responses Re: Add tab-completion for ALTER TABLE ADD NOT NULL
List pgsql-hackers
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.

The attached patch adds tab-completion support for ALTER TABLE ADD NOT NULL.
Thought?

Regards,

-- 
Fujii Masao
NTT DATA Japan Corporation

Attachment

pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: strange perf regression with data checksums
Next
From: Álvaro Herrera
Date:
Subject: Re: Add tab-completion for ALTER TABLE ADD NOT NULL