Re: Help with trigger

From: Michael Satterwhite <michael(at)weblore(dot)com>
To: Richard Broersma <richard(dot)broersma(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Help with trigger
Date: 2010-12-27 21:14:03
Message-ID: 201012271514.03727.michael@weblore.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Monday, December 27, 2010 02:33:40 pm Richard Broersma wrote:
> On Mon, Dec 27, 2010 at 9:57 AM, Michael Satterwhite
>
> <michael(at)weblore(dot)com> wrote:
> > CREATE TRIGGER t_listing_startdate before insert or update on test
> > for each row execute procedure t_listing_startdate();
>
> Now that you've created a trigger function, you need to attached to your
> table:
>
> http://www.postgresql.org/docs/9.0/interactive/sql-createtrigger.html

I've *GOT* to be missing something in this post. You start by quoting the
"Create Trigger" that attaches the trigger to the table. Then you tell me that
I've got to do what you showed that I did.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Guillaume Lelarge 2010-12-27 21:14:54 Re: CONSTRAINT does not show when applying a EXCLUDE constraint
Previous Message Tom Lane 2010-12-27 21:13:39 Re: CONSTRAINT does not show when applying a EXCLUDE constraint