Re: Partitioning option for COPY

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Partitioning option for COPY
Дата
Msg-id 19645.1259166647@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Partitioning option for COPY  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Partitioning option for COPY
Re: Partitioning option for COPY
Список pgsql-hackers
It seems like the easiest way to resolve this without weird corner
cases is to say that we fire triggers belonging to the parent table.
The individual partition child tables either shouldn't have triggers
at all, or we should restrict the cases in which those are considered
applicable.

As an example, what are you going to do with statement-level triggers?
Fire them for *every* child whether it receives a row or not?  Doesn't
seem like the right thing.

Again, this solution presupposes an explicit concept of partitioned
tables within the system...
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Hot Standby and cancelling idle queries
Следующее
От: "Florian G. Pflug"
Дата:
Сообщение: ALTER TABLE, find_composite_type_dependencies and locking