mirror of https://github.com/postgres/postgres
A COPY into a table should apply identity sequence values just like it does for ordinary defaults. This was previously forgotten, leading to null values being inserted, which in turn would fail because identity columns have not-null constraints. Author: Michael Paquier <michael.paquier@gmail.com> Reported-by: Steven Winfield <steven.winfield@cantabcapital.com> Bug: #14952pull/31/head^2
parent
0a3edbb330
commit
2d2d06b7e2
Loading…
Reference in new issue