Re: Bug fix for tab completion of ALTER TABLE ... VALIDATE CONSTRAINT ...
Aleksander Alekseev <aleksander@timescale.com>
From: Aleksander Alekseev <aleksander@timescale.com>
To: PostgreSQL Development <pgsql-hackers@postgresql.org>
Cc: David Fetter <david@fetter.org>
Date: 2021-09-24T12:35:43Z
Lists: pgsql-hackers
Attachments
- v5-0001-psql-Fix-tab-completion-for-ALTER-TABLE.patch (application/octet-stream) patch v5-0001
Hi David, > Please find attached the next revision :) The patch didn't apply and couldn't pass cfbot [1]. The (hopefully) corrected patch is attached. Other than that it looks OK to me but let's see what cfbot will tell. [1]: http://cfbot.cputube.org/patch_34_3113.log -- Best regards, Aleksander Alekseev
Commits
-
Tab completion: don't offer valid constraints in VALIDATE CONSTRAINT.
- dfe67c0e85a5 15.0 landed