[COMMITTERS] pgsql: Fix SQL-spec incompatibilities in new transition table feature.

2017-09-16 Thread Tom Lane
Fix SQL-spec incompatibilities in new transition table feature. The standard says that all changes of the same kind (insert, update, or delete) caused in one table by a single SQL statement should be reported in a single transition table; and by that, they mean to include foreign key enforcement a

[COMMITTERS] pgsql: Fix SQL-spec incompatibilities in new transition table feature.

2017-09-16 Thread Tom Lane
Fix SQL-spec incompatibilities in new transition table feature. The standard says that all changes of the same kind (insert, update, or delete) caused in one table by a single SQL statement should be reported in a single transition table; and by that, they mean to include foreign key enforcement a