Re: sequence on daily log partitioned table

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: sequence on daily log partitioned table
Дата
Msg-id CAKFQuwbHvjjrYSKV2JioP-R0HmTtsztMYv_fCV9odyHvMhTqow@mail.gmail.com
обсуждение исходный текст
Ответ на sequence on daily log partitioned table  (senor <frio_cervesa@hotmail.com>)
Список pgsql-general
On Monday, April 21, 2025, senor <frio_cervesa@hotmail.com> wrote:
I'm mainly interested in understanding how this works or why it can't

Partition routing happens on fully-formed tuples.  They thus must be formed initially using only context, like defaults, attached to the partitioned table.

You can do what you want if you directly insert into the individual partitions, using the partitioned table as a read-only interface.

It looks like this:


David J.

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