Re: [HACKERS] INSERT ON CONFLICT and partitioned tables
Amit Langote <langote_amit_f8@lab.ntt.co.jp>
From: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
To: Simon Riggs <simon@2ndquadrant.com>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2017-11-24T02:47:29Z
Lists: pgsql-hackers
Attachments
- 0001-Allow-ON-CONFLICT-DO-NOTHING-on-partitioned-tables.patch (text/plain) patch 0001
On 2017/11/24 11:45, Amit Langote wrote: > Meanwhile, rebased patch is attached. Oops, forgot to attach in the last email. Attached now. Thanks, Amit
Commits
-
Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.
- 87c37e3291cb 11.0 landed