Re: Re: [GENERAL] Bug with ALTER TABLE

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Ashley Clark <aclark(at)ghoti(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [GENERAL] Bug with ALTER TABLE
Date: 2001-08-08 21:41:30
Message-ID: 4882.997306890@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Lee Harr 2001-08-08 22:15:20 ERROR: AlterTableAddConstraint:
Previous Message David Wheeler 2001-08-08 20:34:12 Re: Long Query

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-08-08 21:49:41 Re: contrib/postgis spatial extensions
Previous Message Tom Lane 2001-08-08 21:29:32 Re: To be 7.1.3 or not to be 7.1.3?