Can confirm that the insert or update postgres node does not allow to 1. update rows if they exist based on the id provided 2. insert new ones if no previous ones exist.
I am forced to use the execute query node instead. While this is not that big of a deal, it’s quite time consuming to write those queries, especially if there are a lot of columns in the postgres table.