Postgres no tiene MERGE
declaración:
https://www.postgresql.org/docs/current/static /sql-commands.html
Use INSERT ON CONFLICT DO
en cambio:
https://www.postgresql.org/docs/current/static /sql-insert.html
Hay cierto movimiento hacia MERGER
declaración, pero no necesariamente será algo que usted espera:
https://wiki.postgresql.org/wiki/SQL_MERGE