|
|
|
|
|
by the_mitsuhiko
4501 days ago
|
|
The lack of upserts is a problem in postgres, as much as some people say they can get away without them. There are objective concurrency issues with the lack of it, that have been acknowledged by postgres developers when they started work on upserts. |
|
These concurrency issues don't fully go away by adding the feature, which is why it is taking time to work out the desired behavior there.