Re: Bug fix for tab completion of ALTER TABLE ... VALIDATE CONSTRAINT ...
Aleksander Alekseev <aleksander@timescale.com>
From: Aleksander Alekseev <aleksander@timescale.com>
To: David Fetter <david@fetter.org>
Cc: PostgreSQL Development <pgsql-hackers@postgresql.org>
Date: 2021-04-27T09:58:52Z
Lists: pgsql-hackers
Attachments
- v3-0001-tab-completion-of-ALTER-TABLE.VALIDATE-CONSTRAINT.patch (application/octet-stream) patch v3-0001
Hi hackers, > Otherwise the patch passes all the tests and works as expected I've noticed there is no tab completion for ALTER TABLE xxx ADD. Here is an alternative version of the patch that fixes this as well. Not sure if this should be in the same commit though. -- Best regards, Aleksander Alekseev
Commits
-
Tab completion: don't offer valid constraints in VALIDATE CONSTRAINT.
- dfe67c0e85a5 15.0 landed