Re: Bug fix for tab completion of ALTER TABLE ... VALIDATE CONSTRAINT ...

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Aleksander Alekseev <afiskon@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org, David Fetter <david@fetter.org>
Date: 2022-01-03T23:15:10Z
Lists: pgsql-hackers
Aleksander Alekseev <afiskon@gmail.com> writes:
> The cfbot seems to be happy with the updated patch.
> The new status of this patch is: Ready for Committer

Pushed.

			regards, tom lane



Commits

  1. Tab completion: don't offer valid constraints in VALIDATE CONSTRAINT.