Re: Rules and Triggers - Mailing list pgsql-sql

From Adam Erickson
Subject Re: Rules and Triggers
Date
Msg-id ALEKKHACBIAEBNBPFKPCGEJNEKAA.adamre@cox.net
Whole thread Raw
In response to Rules and Triggers  ("Michael Paesold" <mpaesold@gmx.at>)
List 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 by date:

Previous
From: "Michael Paesold"
Date:
Subject: Rules and Triggers
Next
From: "Michael Paesold"
Date:
Subject: Re: Rules and Triggers