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

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: Bug fix for tab completion of ALTER TABLE ... VALIDATE CONSTRAINT ...
Дата
Msg-id 20210428025308.GC17834@fetter.org
обсуждение исходный текст
Ответ на Re: Bug fix for tab completion of ALTER TABLE ... VALIDATE CONSTRAINT ...  (Aleksander Alekseev <aleksander@timescale.com>)
Список pgsql-hackers
On Tue, Apr 27, 2021 at 12:33:25PM +0300, Aleksander Alekseev wrote:
> Hi David,
> 
> > 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.
> 
> There was a typo in the patch ("... and and not convalidated"). I've fixed
> it. Otherwise the patch passes all the tests and works as expected:
> 
> eax=# create table foo (x int);
> CREATE TABLE
> eax=# alter table foo add constraint bar check (x < 3) not valid;
> ALTER TABLE
> eax=# alter table foo add constraint baz check (x <> 5) not valid;
> ALTER TABLE
> eax=# alter table foo validate constraint ba
> bar baz
> eax=# alter table foo validate constraint bar;
> ALTER TABLE

Sorry about that typo, and thanks for poking at this!

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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "houzj.fnst@fujitsu.com"
Дата:
Сообщение: RE: Parallel INSERT SELECT take 2
Следующее
От: Greg Nancarrow
Дата:
Сообщение: Error in libpq docs for target_session_attrs, prefer-standby mode