Re: Help with trigger

Поиск
Список
Период
Сортировка
От Michael Satterwhite
Тема Re: Help with trigger
Дата
Msg-id 201012271514.03727.michael@weblore.com
обсуждение исходный текст
Ответ на Re: Help with trigger  (Richard Broersma <richard.broersma@gmail.com>)
Ответы Re: Help with trigger  (Richard Broersma <richard.broersma@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: CONSTRAINT does not show when applying a EXCLUDE constraint
Следующее
От: Richard Broersma
Дата:
Сообщение: Re: Help with trigger