Re: UPDATE run check constraints for affected columns only
On Mon, Dec 1, 2025 at 2:33 PM Tom Lane wrote: > > jian he writes: > > The attached patch implements the $subject. > > Does this cover the case where a BEFORE UPDATE trigger has modified > columns that were not mentioned in UPDATE...SET? > > regards, tom lane hi. in ExecI
Re: UPDATE run check constraints for affected columns only
jian he writes: > The attached patch implements the $subject. Does this cover the case where a BEFORE UPDATE trigger has modified columns that were not mentioned in UPDATE...SET? regards, tom lane
