Re: BUG #6286: Table Partitioning - SQL/MED - interaction broken - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #6286: Table Partitioning - SQL/MED - interaction broken
Date
Msg-id 12784.1320354445@sss.pgh.pa.us
Whole thread Raw
In response to BUG #6286: Table Partitioning - SQL/MED - interaction broken  ("Greg Fausak" <greg@named.com>)
Responses Re: BUG #6286: Table Partitioning - SQL/MED - interaction broken  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-bugs
"Greg Fausak" <greg@named.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

pgsql-bugs by date:

Previous
From: "Greg Fausak"
Date:
Subject: BUG #6286: Table Partitioning - SQL/MED - interaction broken
Next
From: bricklen
Date:
Subject: Re: BUG #6286: Table Partitioning - SQL/MED - interaction broken