Re: Partitioning option for COPY

Поиск
Список
Период
Сортировка
От Jan Urbański
Тема Re: Partitioning option for COPY
Дата
Msg-id 4B0724B9.5030309@wulczer.org
обсуждение исходный текст
Ответ на Re: Partitioning option for COPY  (Emmanuel Cecchet <manu@frogthinker.org>)
Ответы Re: Partitioning option for COPY  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Partitioning option for COPY  (Emmanuel Cecchet <manu@asterdata.com>)
Список pgsql-hackers
Emmanuel Cecchet wrote:
> Hi Jan,
> 
> Here is a new version of the patch with the following modifications:
> - used oid list from pg_list.h
> - properly handles triggers and generate an error if needed (updated doc
> as well)
> - added your test cases + extra bad trigger cases

Hi,

that got broken by the WHEN triggers patch
(c6e0a36243a54eff79b47b3a0cb119fb67a55165), which changed the
TriggerEnabled function signature, the code currently does not compile.

I'll continue reading, in the meantime could you send a updated patch?

Thanks,
Jan


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Add a WHEN clause to CREATE TRIGGER, allowing a boolean
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Partitioning option for COPY