Re: Trigger and function not on speaking terms

Поиск
Список
Период
Сортировка
От Richard Poole
Тема Re: Trigger and function not on speaking terms
Дата
Msg-id 20040802212031.GA20726@guests.deus.net
обсуждение исходный текст
Ответ на Trigger and function not on speaking terms  (Jeff Boes <jboes@qtm.net>)
Список pgsql-sql
On Mon, Aug 02, 2004 at 04:20:15PM -0400, Jeff Boes wrote:

> It would seem my trigger definition is trying to find fn_foo(), when I 
> mean for it to call fn_foo(TEXT).

Triggers have to be declared to take no arguments; they find the rows on
which they operate in magical ways. (For PL/PgSQL triggers, see chapter
37.10 of the manual.)

Richard


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

Предыдущее
От: Jeff Boes
Дата:
Сообщение: Trigger and function not on speaking terms
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Trigger and function not on speaking terms