Re: is it a bug in rule system? - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: is it a bug in rule system?
Date
Msg-id 20080528111419.GA2613@svana.org
Whole thread Raw
In response to Re: is it a bug in rule system?  (laser <laserlist@pgsqldb.com>)
Responses Re: is it a bug in rule system?  (laser <laserlist@pgsqldb.com>)
List pgsql-general
On Wed, May 28, 2008 at 04:59:33PM +0800, laser wrote:
> >Yes, use a TRIGGER instead a RULE for such tasks.
>
> thanks, good to know it's a bug and we'll try TRIGGER approach.

It's not a bug, just your misunderstanding of how rules work. Rules
rewrite queries. What happen in your case is because of the condition
your query will be split into two: once with your INSERT with a NOT
EXISTS (subquery) and once as an UPDATE with the condition EXISTS
(subquery).

So the first query will insert with id=1 and then the update sees this
row and updates it to 2.

What this says is that rules are the wrong tool for what you're trying
to do. Conditional rules are powerful but not appropriate here.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Please line up in a tree and maintain the heap invariant while
> boarding. Thank you for flying nlogn airlines.

Attachment

pgsql-general by date:

Previous
From: Kaloyan Iliev
Date:
Subject: Re: Open Source CRM - Options?
Next
From: "Francisco Reyes"
Date:
Subject: Re: Psql crashes with Segmentation fault on copy from