Re: trouble creating trigger - Mailing list pgsql-sql

From Stephan Szabo
Subject Re: trouble creating trigger
Date
Msg-id 20030421205656.V78949-100000@megazone23.bigpanda.com
Whole thread Raw
In response to trouble creating trigger  ("Sigi Jekabsons" <sigi.j@workskillsprofessionals.com.au>)
List pgsql-sql
On Tue, 22 Apr 2003, Sigi Jekabsons wrote:

> I can create the function the trigger is calling, and I can use the function
> in a SELECT, and it all works fine, but postgres won't let me create a
> trigger using that function.

Trigger functions return type trigger and take no arguments.  The
arguments passed at create trigger time are specially handled.



pgsql-sql by date:

Previous
From: "Sigi Jekabsons"
Date:
Subject: trouble creating trigger
Next
From: "A.Bhuvaneswaran"
Date:
Subject: Re: trouble creating trigger