On Jul 24, 2013, at 2:37 PM, Terje Elde <terje(at)elde(dot)net> 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-BqjzYyow0nt84jhOwSDxzbhtbFoRrvUi59NCnQ@mail.gmail.com
http://www.postgresql.org/message-id/11683.1372868994@sss.pgh.pa.us
Everything behaves as expected with the patch.
Terje