Re: problem with on conflict / do update using psql 14.4

Поиск
Список
Период
Сортировка
От Christophe Pettus
Тема Re: problem with on conflict / do update using psql 14.4
Дата
Msg-id 4C678705-D2B6-447D-979D-20A18871902B@thebuild.com
обсуждение исходный текст
Ответ на Re: problem with on conflict / do update using psql 14.4  (Barry Kimelman <blkimelman@gmail.com>)
Ответы Re: problem with on conflict / do update using psql 14.4  (Barry Kimelman <blkimelman@gmail.com>)
Список pgsql-general

> On Sep 24, 2022, at 08:49, Barry Kimelman <blkimelman@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
allowyou to do change a row to resolve a conflict, and then insert it. 


В списке pgsql-general по дате отправления:

Предыдущее
От: Barry Kimelman
Дата:
Сообщение: Re: problem with on conflict / do update using psql 14.4
Следующее
От: Barry Kimelman
Дата:
Сообщение: Re: problem with on conflict / do update using psql 14.4