Re: UPSERT

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: UPSERT
Дата
Msg-id 20070304134658.GA14429@wolff.to
обсуждение исходный текст
Ответ на Re: UPSERT  (Hannu Krosing <hannu@skype.net>)
Ответы Re: UPSERT  (Hannu Krosing <hannu@skype.net>)
Re: UPSERT  (Petr Jelinek <pjmodos@pjmodos.net>)
Список pgsql-hackers
On Sun, Mar 04, 2007 at 14:55:47 +0200, Hannu Krosing <hannu@skype.net> wrote:
> 
> UPDATE
> IF NOT FOUND THEN 
>   INSERT
>   IF DUPLICATE KEY THEN
>     UPDATE
>   END IF
> END IF

I believe it is possible for the above to fail. For example another
transaction could create a matching record between the update and insert
and then another transaction could delete it between the insert and the
second update.


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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: UPSERT
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: UPSERT