Incorrect number of rows inserted into partitioned table

Поиск
Список
Период
Сортировка
От Роман Осипов
Тема Incorrect number of rows inserted into partitioned table
Дата
Msg-id CAAqk126uv_J-T8MhOvMqmUUD6MPsxFpq=zojDnWeftZokDYyEw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Incorrect number of rows inserted into partitioned table  (David Rowley <dgrowleyml@gmail.com>)
Re: Incorrect number of rows inserted into partitioned table  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Re: Incorrect number of rows inserted into partitioned table  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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
Вложения

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: BUG #17866: behavior does not match documentation
Следующее
От: David Rowley
Дата:
Сообщение: Re: Incorrect number of rows inserted into partitioned table