[GENERAL] Triggers After INSERT

2004-03-17 Thread Stephane Tessier
Hi, I have a problem with triggers in postgresql 7.3.4 and PHP... I have a lot of insert to do from a table x to table y ( average of 1 rows each time). I use a trigger AFTER INSERT but it seems that PHP wait for the result of the trigger to ending the script... Is it possible to avoid

Re: [GENERAL] Triggers After INSERT

2004-03-17 Thread Gregory Wood
Stephane Tessier wrote: Hi, I have a problem with triggers in postgresql 7.3.4 and PHP... I have a lot of insert to do from a table x to table y ( average of 1 rows each time). I use a trigger AFTER INSERT but it seems that PHP wait for the result of the trigger to ending the script... Is it