[HACKERS] foreign table creation and NOT VALID check constraints

Поиск
Список
Период
Сортировка
От Amit Langote
Тема [HACKERS] foreign table creation and NOT VALID check constraints
Дата
Msg-id d2b7419f-4a71-cf86-cc99-bfd0f359a1ea@lab.ntt.co.jp
обсуждение исходный текст
Ответы Re: [HACKERS] foreign table creation and NOT VALID check constraints  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-hackers
In f27a6b15e656 (9.6 & later), we decided to "Mark CHECK constraints
declared NOT VALID valid if created with table."  In retrospect,
constraints on foreign tables should have been excluded from consideration
in that commit, because the thinking behind the aforementioned commit
(that the constraint is trivially validated because the newly created
table contains no data) does not equally apply to the foreign tables case.

Should we do something about that?

Thanks,
Amit




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

Предыдущее
От: Victor Wagner
Дата:
Сообщение: Re: [HACKERS] PostgreSQL 10 (latest beta) and older ICU
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: [HACKERS] foreign table creation and NOT VALID check constraints