blob: 5beffbac9a7dc0080a420593cb0e9278651e651b [file]
INSERT INTO t (id, v) VALUES (1, 'a') ON CONFLICT (id) DO UPDATE SET v = EXCLUDED.v