Re: DO INSTEAD and conditional rules - Mailing list pgsql-hackers

From David Wheeler
Subject Re: DO INSTEAD and conditional rules
Date
Msg-id b2fef70cdda15b007cbb4fd1598dcd48@kineticode.com
Whole thread Raw
In response to Re: DO INSTEAD and conditional rules  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Apr 25, 2005, at 11:00 PM, Tom Lane wrote:

> DO INSTEAD means that the *original* query will not execute; it does
> not suppress actions produced by other rules.

Ah!

> If we did not define
> it that way, I think your example would have to error out --- how
> would you choose which INSTEAD rule wins?

The documentation says that they evaluate in alphabetical order by 
name. So I would expect that the first one to have its WHERE statement 
evaluate to true would short-circuit the execution of the remaining 
rules.

Regards,

David



pgsql-hackers by date:

Previous
From: David Wheeler
Date:
Subject: Re: DO INSTEAD and conditional rules
Next
From: Tom Lane
Date:
Subject: Re: DO INSTEAD and conditional rules