Triggers After INSERT

From: "Stephane Tessier" <stephane(dot)tessier(at)abovesecurity(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Triggers After INSERT
Date: 2004-03-17 22:21:01
Message-ID: 000201c40c6e$21db69e0$4e00020a@develavoie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 10000 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
waiting for a return value and let the trigger do the job...????

Stephane Tessier

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Shilong Stanley Yao 2004-03-17 22:29:33 pg_class table problem
Previous Message Robin 'Sparky' Kopetzky 2004-03-17 21:49:14 Re: Newbie timestamp question