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