Re: triggers cant see functions
- From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
- To: Chris Humphries <chumphries(at)devis(dot)com>
- Cc: <pgsql-general(at)postgresql(dot)org>
- Subject: Re: triggers cant see functions
- Date: Tue, 28 May 2002 09:45:35 -0700 (PDT)
- Message-id: <20020528094120.P22299-100000@megazone23.bigpanda.com> <text/plain>
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().
Home |
Main Index |
Thread Index