Bug fix for tab completion of ALTER TABLE ... VALIDATE CONSTRAINT ... - Mailing list pgsql-hackers

From David Fetter
Subject Bug fix for tab completion of ALTER TABLE ... VALIDATE CONSTRAINT ...
Date
Msg-id 20210427002433.GB17834@fetter.org
Whole thread Raw
Responses Re: Bug fix for tab completion of ALTER TABLE ... VALIDATE CONSTRAINT ...  (Aleksander Alekseev <aleksander@timescale.com>)
List pgsql-hackers
Folks,

I noticed that $subject completes with already valid constraints,
please find attached a patch that fixes it. I noticed that there are
other places constraints can be validated, but didn't check whether
similar bugs exist there yet.

Best,
David.
-- 
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

Attachment

pgsql-hackers by date:

Previous
From: Chapman Flack
Date:
Subject: Do we have a way to dynamically make a callback stub?
Next
From: Bharath Rupireddy
Date:
Subject: Re: Parallel INSERT SELECT take 2