Re: upsert functionality

From: joocom <foren(at)joocom(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: upsert functionality
Date: 2014-01-22 18:21:42
Message-ID: 1390414902520-5788365.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Some days ago, i had to to implement an upsert and used a a /LOCK TABLE/ to
prevent the race conditions. Working fine for the moment.

http://www.joocom.de/blog/postgresql-insert-und-update-in-einem-statement/
<http://www.joocom.de/blog/postgresql-insert-und-update-in-einem-statement/>

--
View this message in context: http://postgresql.1045698.n5.nabble.com/upsert-functionality-tp5755712p5788365.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marti Raudsepp 2014-01-22 19:02:28 Re: 9.3.2 server creates hundreds of thousands of temporary files
Previous Message Leonard Boyce 2014-01-22 18:02:56 Composite Foreign Key performance