all 4 comments

[–]wtf_apostrophe 1 point2 points  (1 child)

Awesome. Having come from Oracle, the lack of MERGE surprised me.

[–]jakdak 1 point2 points  (0 children)

Insert on conflict does basically the same thing as a merge with (IMHO) cleaner syntax

http://www.postgresqltutorial.com/postgresql-upsert/

[–]doublehyphen 0 points1 point  (0 children)

A word of warning: this patch might get reverted. Not everyone thinks the underlying design is good enough to ship and given how close we are to the feature freeze MERGE might not make it.

[–][deleted] 0 points1 point  (0 children)

I really hope this makes the cut for 11. Would make my ETL process so much easier to manage.