Re: distinguish update from insert (on conflict)

Поиск
Список
Период
Сортировка
От Fabio Ugo Venchiarutti
Тема Re: distinguish update from insert (on conflict)
Дата
Msg-id e56b433e-5781-65f5-228d-54681967ed88@ocado.com
обсуждение исходный текст
Ответ на Re: distinguish update from insert (on conflict)  (Justin Pryzby <pryzby@telsasoft.com>)
Список pgsql-general

On 22/05/2019 03:37, Justin Pryzby wrote:
> On Tue, May 21, 2019 at 06:57:36PM -0700, Adrian Klaver wrote:
>> On 5/21/19 6:34 PM, Justin Pryzby wrote:
>>> Is it still impossible to distinguish whether a row was inserted vs updated ?
>>
>> You will need to be more specific.
>
> Sorry, I mean with UPSERT / "INSERT .. ON CONFLICT DO UPDATE", is it possible
> to tell whether a row was inserted vs. updated ?
>
> Thanks,
> Justin
>
>

Here's my recipe for that:

RETURNING
    /* whatever, */
    (xmax = 0) AS is_new_record
;

I don't know if any of the hackers thought of a sleeker technique



--
Regards

Fabio Ugo Venchiarutti
OSPCFC Network Engineering Dpt.
Ocado Technology

--


Notice:  This email is confidential and may contain copyright material of
members of the Ocado Group. Opinions and views expressed in this message
may not necessarily reflect the opinions and views of the members of the
Ocado Group. 

 

If you are not the intended recipient, please notify us
immediately and delete all copies of this message. Please note that it is
your responsibility to scan this message for viruses. 

 

Fetch and Sizzle
are trading names of Speciality Stores Limited and Fabled is a trading name
of Marie Claire Beauty Limited, both members of the Ocado Group.

 


References to the “Ocado Group” are to Ocado Group plc (registered in
England and Wales with number 7098618) and its subsidiary undertakings (as
that expression is defined in the Companies Act 2006) from time to time.  
The registered office of Ocado Group plc is Buildings One & Two, Trident
Place, Mosquito Way, Hatfield, Hertfordshire, AL10 9UL.



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

Предыдущее
От: Luca Ferrari
Дата:
Сообщение: pg_stat_user_tables.n_tup_ins empty for partitioned table
Следующее
От: Francisco Olarte
Дата:
Сообщение: Re: Bulk inserts into two (related) tables