Re: Trigger isn't fired

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Trigger isn't fired
Дата
Msg-id 20040626132958.O75824@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Trigger isn't fired  (Együd Csaba <csegyud@vnet.hu>)
Ответы Re: Trigger isn't fired  (Együd Csaba <csegyud@vnet.hu>)
Список pgsql-general
On Sat, 26 Jun 2004, [iso-8859-2] Együd Csaba wrote:

> Hi,
> I created a trigger function and a trigger with that function on a table. It
> is an "after insert or update or delete" trigger, in which I want to modify
> a second table regardless of the current modifications.
>
> Everything seems to be good on modifying the table, no error messages. After
> the modifications the second table isn't modified at all. Should anybody
> suggest me what I'm doing wrong? Does a trigger functon send error messages
> if it fails?
>
> My statements:
> --------------
> CREATE OR REPLACE FUNCTION trg_upd_prod_instock() RETURNS trigger AS '
> BEGIN
>   perform ''update t_products set
> getup_instock=get_stock_getup(''||quote_literal(NEW.productid)||'',1) where
> id=''||quote_literal(NEW.productid);

I don't think this is going to do what you want.  Are you sure you didn't
want EXECUTE rather than PERFORM?

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

Предыдущее
От: Keary Suska
Дата:
Сообщение: Re: enable thready safety on Mac OS X 10.3.4
Следующее
От: Aaron Burghardt
Дата:
Сообщение: Re: enable thready safety on Mac OS X 10.3.4