Re: create/drop table bug

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: create/drop table bug
Дата
Msg-id 20041212015557.GA43380@winnie.fuhr.org
обсуждение исходный текст
Ответ на create/drop table bug  ("Libsis" <libsis@arnet.com.ar>)
Список pgsql-bugs
On Fri, Dec 10, 2004 at 05:30:14PM -0300, Libsis wrote:

> ERROR:  relation with OID 17687 does not exist
> CONTEXT:  PL/pgSQL function "myfunc" line 5 at for over select rows
>
> the oid 17687 is corresponding with the table created inside the
> function (SELECT INTO newtable) (see point 3) but later, in the same
> function, this table is dropped.  when the function (point 5) is
> executed again, this search for the oid's table but never found it.

Cached plans are causing the problem.  See the PL/pgSQL chapter in
the documentation -- the Overview section describes what's happening
and how to work around it.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: concat fails 'sometimes' on empty colums in select
Следующее
От: Tom Lane
Дата:
Сообщение: Re: bug at build_dummy_tuple