Triggers After INSERT

Поиск
Список
Период
Сортировка
От Stephane Tessier
Тема Triggers After INSERT
Дата
Msg-id 000201c40c6e$21db69e0$4e00020a@develavoie
обсуждение исходный текст
Ответы Re: Triggers After INSERT
Список 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


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

Предыдущее
От: "Robin 'Sparky' Kopetzky"
Дата:
Сообщение: Re: Newbie timestamp question
Следующее
От: Shilong Stanley Yao
Дата:
Сообщение: pg_class table problem