This will make complex upserts so much more simple, fantastic addition.<p>I really hope `RETURNING` support gets added to `MERGE` asap though (I believe it's been noted as a fairly trivial addition to come in future), then it'll be super powerful for doing bulk upserts that require post-processing.
> prior to Postgres 15, you could use the "upsert" method with the ON CONFLICTclause.<p>> Now, MERGE can be used instead!<p>No mention of deadlocks in the article has me worried about thoroughness of the analysis.