Re: alter table tablename add column - breaks pl/pgsql function returns tablename - Mailing list pgsql-hackers

From Robert Haas
Subject Re: alter table tablename add column - breaks pl/pgsql function returns tablename
Date
Msg-id CA+TgmoY3nrteuTJxFZEbPJOsjxtbM18CkhFVgxrLNL=KqGgUMg@mail.gmail.com
Whole thread Raw
In response to Re: alter table tablename add column - breaks pl/pgsql function returns tablename  (Amit kapila <amit.kapila@huawei.com>)
Responses Re: alter table tablename add column - breaks pl/pgsql function returns tablename  (Palle Girgensohn <girgen@pingpong.net>)
List pgsql-hackers
On Thu, Nov 1, 2012 at 12:14 AM, Amit kapila <amit.kapila@huawei.com> wrote:
>> Is this very hard to fix?
>
>    Currently the compiled body is not discarded on DDL's, so I believe it is not a bug as per current
implementation.
>    However it can be thought of as a new feature.

Seems like a bug to me.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Limiting the number of parameterized indexpaths created
Next
From: Tom Lane
Date:
Subject: Re: Bug in ALTER COLUMN SET DATA TYPE ?