Re: INSERT ... ON CONFLICT {UPDATE | IGNORE}
Peter Geoghegan <pg@heroku.com>
From: Peter Geoghegan <pg@heroku.com>
To: Simon Riggs <simon@2ndquadrant.com>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>,
Craig Ringer <craig@2ndquadrant.com>
Date: 2014-09-28T21:22:52Z
Lists: pgsql-hackers
On Sun, Sep 28, 2014 at 1:31 PM, Peter Geoghegan <pg@heroku.com> wrote: > There was informal meeting of this at the dev meeting a in 2012. I mean: There was informal agreement that as long as we're working on a feature that makes useful, UPSERT-like guarantees, we shouldn't use the MERGE syntax. MERGE clearly benefits (in ways only relevant to the use-case it targets) from having the leeway to not care about what someone with the UPSERT use-case would call race conditions. -- 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