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

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Amit kapila <amit(dot)kapila(at)huawei(dot)com>
Cc: Palle Girgensohn <girgen(at)freebsd(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: alter table tablename add column - breaks pl/pgsql function returns tablename
Date: 2012-11-05 18:36:42
Message-ID: CA+TgmoY3nrteuTJxFZEbPJOsjxtbM18CkhFVgxrLNL=KqGgUMg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Nov 1, 2012 at 12:14 AM, Amit kapila <amit(dot)kapila(at)huawei(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2012-11-05 18:37:54 Re: Bug in ALTER COLUMN SET DATA TYPE ?
Previous Message Robert Haas 2012-11-05 18:35:27 Re: Limiting the number of parameterized indexpaths created