Re: Getting a trigger to call a function... - Mailing list pgsql-novice

From Michael Fuhr
Subject Re: Getting a trigger to call a function...
Date
Msg-id 20041109140140.GB4099@winnie.fuhr.org
Whole thread Raw
In response to Getting a trigger to call a function...  (graeme <graeme_foster@sherubtse.edu.bt>)
List pgsql-novice
On Tue, Nov 09, 2004 at 03:36:01PM +0600, graeme wrote:

> I'm trying to get a trigger to call a function, without success. Could
> someone please direct me to some documentation that would help.

We can provide better help if you show what you're doing, describe
what you expect to happen, and show what actually does happen.

The PostgreSQL documentation is here:

http://www.postgresql.org/docs/

Here are some sections concerning triggers:

http://www.postgresql.org/docs/7.4/static/triggers.html
http://www.postgresql.org/docs/7.4/static/plpgsql-trigger.html
http://www.postgresql.org/docs/7.4/static/sql-createtrigger.html

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-novice by date:

Previous
From: Kjetil Haaland
Date:
Subject: Re: user defined type
Next
From: Michael Fuhr
Date:
Subject: Re: user defined type