Re: alter table tablename add column - breaks pl/pgsql function returns tablename
От | Palle Girgensohn |
---|---|
Тема | Re: alter table tablename add column - breaks pl/pgsql function returns tablename |
Дата | |
Msg-id | CE55716E-8C52-4DB1-8536-1F59F4882C0A@pingpong.net обсуждение исходный текст |
Ответ на | Re: alter table tablename add column - breaks pl/pgsql function returns tablename (Robert Haas <robertmhaas@gmail.com>) |
Ответы |
Re: alter table tablename add column - breaks pl/pgsql function returns tablename
|
Список | pgsql-hackers |
5 nov 2012 kl. 19:36 skrev Robert Haas <robertmhaas@gmail.com>: > 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. > Please note that this problem does not go away by disconnecting and reconnecting, and other sessions get the error immediately,so the claim that it is bound to a session is false. The work-around I use now is to "create or replace function ..." with a verbatim copy of what is already the defined function.Seems stupid to me, I agree it seems like a bug. > Robert Haas > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Company
В списке pgsql-hackers по дате отправления: