[COMMITTERS] pgsql: Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.
Дата
Msg-id E1d4B7y-0006lB-1r@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.

Currently, trying to validate a NO INHERIT constraint on the parent will
search for the constraint in child tables (where it is not supposed to
exist), wrongly causing a "constraint does not exist" error.

Amit Langote, per a report from Hans Buschmann.

Discussion: http://postgr.es/m/20170421184012.24362.19@wrigleys.postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6a4dda44e02bfd5148c13b00d8f81045a2e17f2c

Modified Files
--------------
src/backend/commands/tablecmds.c          |  5 +++--
src/test/regress/expected/alter_table.out | 20 ++++++++++++++++++++
src/test/regress/sql/alter_table.sql      | 15 +++++++++++++++
3 files changed, 38 insertions(+), 2 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: psql: Support identity columns in sequence display
Следующее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: doc: Fix typo in 9.6 release notes