TAB completion for ALTER TABLE ... ALTER CONSTRAINT ... ENFORCED - Mailing list pgsql-hackers

From Kirill Reshke
Subject TAB completion for ALTER TABLE ... ALTER CONSTRAINT ... ENFORCED
Date
Msg-id CALdSSPj+OS5N+dAy+s0J6tG153drc6iCktFefU=+8xLjFH9HZA@mail.gmail.com
Whole thread Raw
List pgsql-hackers
Hi hackers!

While looking at [0] I noticed that  current psql tab-complete lacks support for

ALTER TABLE ... ALTER CONSTRAINT ... [NOT] ENFORCED and

ALTER TABLE ... ALTER CONSTRAINT ... [NO] INHERIT

patterns.

I do understand that the psql tab complete feature is not designed for
full PostgreSQL's grammar support, yet this particular case is
relatively simple to support. So, should we add this feature?

Please let me know your thoughts.


[0] https://www.postgresql.org/message-id/CACJufxFY%3DGkptsiH8X%3DVdyYAnNE_%3Du5j6WyDufTste6CuzRvnw%40mail.gmail.com


-- 
Best regards,
Kirill Reshke

Attachment

pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: [PATCH] Let's get rid of the freelist and the buffer_strategy_lock
Next
From: "Matheus Alcantara"
Date:
Subject: Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue