Incorrect number of rows inserted into partitioned table - Mailing list pgsql-bugs

From Роман Осипов
Subject Incorrect number of rows inserted into partitioned table
Date
Msg-id CAAqk126uv_J-T8MhOvMqmUUD6MPsxFpq=zojDnWeftZokDYyEw@mail.gmail.com
Whole thread Raw
Responses Re: Incorrect number of rows inserted into partitioned table
Re: Incorrect number of rows inserted into partitioned table
Re: Incorrect number of rows inserted into partitioned table
List pgsql-bugs
Good afternoon

When reloading data from a simple table into a partitioned (through inheritance) using a query like: insert into [new_partition_table] select * from [old_table] limit xxxxxxx;

There is an insertion not of the amount specified in limit,, but a little more or less than it.

SQL queries in attachment
Attachment

pgsql-bugs by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: BUG #17866: behavior does not match documentation
Next
From: David Rowley
Date:
Subject: Re: Incorrect number of rows inserted into partitioned table