Re: triggers cant see functions

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: triggers cant see functions
Дата
Msg-id 20020528094120.P22299-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на triggers cant see functions  (Chris Humphries <chumphries@devis.com>)
Список pgsql-general
On Tue, 28 May 2002, Chris Humphries wrote:

>
> hello all,
>     I dont know if the functions actually work yet,
>  but they create and drop. the triggers break cause it
>  appears that they cant find the functions. attached are

Trigger functions take no arguments but instead get their arguments in a
special fashion. You've created a log_insert(varchar), but create trigger
is looking for log_insert().


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

Предыдущее
От: Ron Snyder
Дата:
Сообщение: Re: Invalid length of startup packet
Следующее
От: Chris Humphries
Дата:
Сообщение: [chumphries@devis.com: Re: triggers cant see functions]