> On Sep 24, 2022, at 08:49, Barry Kimelman <blkimel...@gmail.com> wrote: > I thought the whole point of ON CONFLICT DO UPDATE was so that you could > modify the data so that it would be inserted ON CONFLICT DO UPDATE allows you to modify the existing row that conflicted with the row being inserted, but it won't allow you to do change a row to resolve a conflict, and then insert it.
- problem with on conflict / do update using psql 14.4 Barry Kimelman
- Re: problem with on conflict / do update using psql... Steve Baldwin
- Re: problem with on conflict / do update using ... Barry Kimelman
- Re: problem with on conflict / do update us... Christophe Pettus
- Re: problem with on conflict / do updat... Barry Kimelman
- Re: problem with on conflict / do ... Christophe Pettus
- Re: problem with on conflict /... Barry Kimelman
- Re: problem with on confli... Christophe Pettus
- Re: problem with on confli... Barry Kimelman
- Re: problem with on confli... Christophe Pettus
- Re: problem with on confli... Adrian Klaver
- Re: problem with on confli... David G. Johnston
- Re: problem with on conflict / do update using psql... David G. Johnston
- Re: problem with on conflict / do update using ... Barry Kimelman