On Jul 24, 2013, at 2:37 PM, Terje Elde <[email protected]> wrote: > Short summary: > If I run a single INSERT against an updateable VIEW on top of a partitioned > table, it's run against all the tables/partitions. I'd expect that with > UPDATE and DELETE, but not with INSERT. Result is multiple rows for a single > INSERT, one for each table.
Sorry, while I did scan the last month and the open issues-list before sending, I missed that this had already been identified, patch submitted, and applied: http://www.postgresql.org/message-id/caezatcw4eui-bqjzyyow0nt84jhowsdxzbhtbforrvui59n...@mail.gmail.com http://www.postgresql.org/message-id/[email protected] Everything behaves as expected with the patch. Terje
