Re: Rules and Triggers

Поиск
Список
Период
Сортировка
От Adam Erickson
Тема Re: Rules and Triggers
Дата
Msg-id ALEKKHACBIAEBNBPFKPCGEJNEKAA.adamre@cox.net
обсуждение исходный текст
Ответ на Rules and Triggers  ("Michael Paesold" <mpaesold@gmx.at>)
Список pgsql-sql
Correct me if I'm wrong, but rules constrain the SQL (ie. validation).
Triggers are carried out after the SQL is executed and the data is modified.
So, to answer your question, I think rules come first.  As to which order
the rules / triggers are executed probably depends on the order you put them
in when you created them but I pulled that straight out of my arse.  :)

> -----Original Message-----
> From: pgsql-sql-owner@postgresql.org
> [mailto:pgsql-sql-owner@postgresql.org]On Behalf Of Michael Paesold
> Sent: Tuesday, September 10, 2002 1:53 PM
> To: pgsql-sql@postgresql.org
> Subject: [SQL] Rules and Triggers
>
>
> Hi all,
>
> can you tell me in what order rules and triggers are executed?
>
> First, what comes first, the rules, or the triggers?
> And then, in what order are all the rules / triggers executed?
>
> Regards,
> Michael Paesold
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org



В списке pgsql-sql по дате отправления:

Предыдущее
От: "Michael Paesold"
Дата:
Сообщение: Rules and Triggers
Следующее
От: "Michael Paesold"
Дата:
Сообщение: Re: Rules and Triggers