Re: INSERT ... ON CONFLICT {UPDATE | IGNORE}
Peter Geoghegan <pg@heroku.com>
From: Peter Geoghegan <pg@heroku.com>
To: Craig Ringer <craig@2ndquadrant.com>
Cc: Gavin Flower <GavinFlower@archidevsys.co.nz>,
Simon Riggs <simon@2ndquadrant.com>,
Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2014-09-29T04:03:21Z
Lists: pgsql-hackers
On Sun, Sep 28, 2014 at 8:53 PM, Craig Ringer <craig@2ndquadrant.com> wrote: > there's an alarming lack of concern for concurrency, just a couple of > links to : > > http://www.mssqltips.com/sqlservertip/3074/use-caution-with-sql-servers-merge-statement/ > > (BTW, that article contains some useful information about corner cases > any upsert approach should test and deal with). Did you find some of those links from my pgCon slides, or independently? I'm well aware of those issues, FWIW. Avoiding repeating the mistakes of others is something that I thought about from an early stage. -- Peter Geoghegan
Commits
-
Change the way we mark tuples as frozen.
- 37484ad2aace 9.4.0 cited
-
Add documentation for data-modifying statements in WITH clauses.
- 0ef0b3020402 9.1.0 cited