Re: triggers cant see functions - Mailing list pgsql-general

From Stephan Szabo
Subject Re: triggers cant see functions
Date
Msg-id 20020528094120.P22299-100000@megazone23.bigpanda.com
Whole thread Raw
In response to triggers cant see functions  (Chris Humphries <chumphries@devis.com>)
List 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 by date:

Previous
From: Ron Snyder
Date:
Subject: Re: Invalid length of startup packet
Next
From: Chris Humphries
Date:
Subject: [chumphries@devis.com: Re: triggers cant see functions]