Re: table row type and query-specified row type do not match - Mailing list pgsql-bugs

From Tom Lane
Subject Re: table row type and query-specified row type do not match
Date
Msg-id 21604.1331504157@sss.pgh.pa.us
Whole thread Raw
In response to Re: table row type and query-specified row type do not match  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
I wrote:
> What I would have expected to happen is for the ALTER TABLE to throw an
> error telling you it couldn't cope with updating the rule, and that
> you'd need to fix that manually.  There is such a test involving views;
> not sure why it's not catching this rule.

FYI, I've committed a patch that will cause 9.2 and later releases to
report an error for this case.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #6526: Intermittent connect issue
Next
From: Tom Lane
Date:
Subject: Re: Regression from 8.4 to 9.1.2/9.1.3: Optimizing filters on constants in unions