Is the MERGE command in PostgreSQL atomic or does it need some "love" like the SQL Server version?
Coming from SQL Server where I know that the MERGE command needs some extra care like locking hints to be an atomic operation, I now take my fist steps with PostgreSQL. I now came to a point where I would…