Re: Rules with conditions over views don't work

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: jmfernandez(at)cnb(dot)uam(dot)es, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Rules with conditions over views don't work
Date: 2001-07-06 18:42:54
Message-ID: 17732.994444974@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org writes:
> Since PostgreSQL 7.1 (or 7.0, I don't remember), if you define a view, and then a rule with a condition over the view, the rule doesn't work when you try to do an operation from the type defined in the rule (it echoes an error message). But, if you also define an empty rule of the same type on the same view with no condition, the rule starts working.

This is not a bug, it's intentional.

Your suggestion of making the query rewrite limit a parameter seems like
a good one.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2001-07-06 18:49:26 Re: Referential Integrity corrupted sometimes by Rules
Previous Message pgsql-bugs 2001-07-06 18:08:55 Referential Integrity corrupted sometimes by Rules