Re: Help with trigger - Mailing list pgsql-general

From Michael Satterwhite
Subject Re: Help with trigger
Date
Msg-id 201012271514.03727.michael@weblore.com
Whole thread Raw
In response to Re: Help with trigger  (Richard Broersma <richard.broersma@gmail.com>)
Responses Re: Help with trigger  (Richard Broersma <richard.broersma@gmail.com>)
List 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@weblore.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.

pgsql-general by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: CONSTRAINT does not show when applying a EXCLUDE constraint
Next
From: Richard Broersma
Date:
Subject: Re: Help with trigger