Re: Trigger

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Eugen Gass <gass(at)intend(dot)de>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Trigger
Date: 2005-02-16 23:47:13
Message-ID: 20050216234713.GA20768@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Wed, Feb 16, 2005 at 02:44:30PM +0100, Eugen Gass wrote:
>
> I'm trying to create a trigger on PostgreSQL

See the "Server Programming" part of the documentation (substitute
the appropriate version of PostgreSQL in the links):

http://www.postgresql.org/docs/8.0/static/server-programming.html
http://www.postgresql.org/docs/8.0/static/triggers.html
http://www.postgresql.org/docs/8.0/static/plpgsql.html
http://www.postgresql.org/docs/8.0/static/plpgsql-trigger.html

If you still have trouble then please post the PostgreSQL code you
tried, describe what you'd like to happen, and explain what actually
does happen.

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

In response to

  • Trigger at 2005-02-16 13:44:30 from Eugen Gass

Browse pgsql-sql by date

  From Date Subject
Next Message dawnsky 2005-02-17 00:45:06
Previous Message Tom Lane 2005-02-16 21:39:54 Re: UPDATE TRIGGER on view WAS: Re: Relation in tables