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: 2002-05-28 16:45:35
Message-ID: 20020528094120.P22299-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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().

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Chris Humphries 2002-05-28 16:54:24 triggers cant see functions
Previous Message Ron Snyder 2002-05-28 16:28:25 Re: Invalid length of startup packet