Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. · postgres/postgres@168d580
The newly added ON CONFLICT clause allows to specify an alternative to raising a unique or exclusion constraint violation error when inserting. ON CONFLICT refers to constraints that can either be ...
github.com