[ADMIN] DELETE and UPDATE triggers on parent table of partioned table not firing.

2012-05-03 Thread Plugge, Joe R.
Using postgres 9.0.7 on RHEL 5.4. I have a parent table that is partitioned by day. My inserts are working correctly and are being directed to the correct child table. I also have both an UPDATE and DELETE trigger on the parent table that are defined as AFTER triggers. The actual update and

Re: [ADMIN] DELETE and UPDATE triggers on parent table of partioned table not firing.

2012-05-03 Thread Kevin Grittner
Plugge, Joe R. jrplu...@west.com wrote: Using postgres 9.0.7 on RHEL 5.4. I have a parent table that is partitioned by day. My inserts are working correctly and are being directed to the correct child table. I also have both an UPDATE and DELETE trigger on the parent table that are