Re: BUG #6286: Table Partitioning - SQL/MED - interaction broken

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Greg Fausak" <greg(at)named(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6286: Table Partitioning - SQL/MED - interaction broken
Date: 2011-11-03 21:07:25
Message-ID: 12784.1320354445@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Greg Fausak" <greg(at)named(dot)com> writes:
> Here is the bug when trying to use the two together with a rule to bind
> them:

> create rule "_RETURN" as on select to X do instead select * from Y;

Creating rules on inheritance children isn't supported, and you should
not hold your breath waiting for it to be.

We probably ought to have something in there to throw an error ...

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message bricklen 2011-11-03 21:35:59 Re: BUG #6286: Table Partitioning - SQL/MED - interaction broken
Previous Message Tom Lane 2011-11-03 19:19:16 Re: BUG #6285: PreparedStatement#executeUpdate gets syntax error on apostrophe