Skip to content
Snippets Groups Projects
Commit 2d2d06b7 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Apply identity sequence values on COPY


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: default avatarSteven Winfield <steven.winfield@cantabcapital.com>
Bug: #14952
parent 0a3edbb3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment