Re: Re: [GENERAL] Bug with ALTER TABLE - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Re: [GENERAL] Bug with ALTER TABLE
Date
Msg-id 4882.997306890@sss.pgh.pa.us
Whole thread Raw
In response to Re: [GENERAL] Bug with ALTER TABLE  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I an confirm this is a bug.  The line:

Presumably, ALTER RENAME is forgetting to rename the ON SELECT rule
associated with the view.  The actual use of the rule is driven by
OID-based lookups and isn't affected, but I bet that psql tries to
look up the rule by name.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: OID wraparound: summary and proposal
Next
From: Martín Marqués
Date:
Subject: Re: To be 7.1.3 or not to be 7.1.3?