Re: BUG #3450: Multiple Stored procedure calls cause issue with temp tables...

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: BUG #3450: Multiple Stored procedure calls cause issue with temp tables...
Дата
Msg-id 469C7011.8080404@enterprisedb.com
обсуждение исходный текст
Ответ на BUG #3450: Multiple Stored procedure calls cause issue with temp tables...  ("Chris Bowlby" <excalibur@accesswave.ca>)
Список pgsql-bugs
Chris Bowlby wrote:
> Using a temporary table of the same name in repeated calls to a stored
> procedure are causing OID failure issues, it can be re-created using the
> following useless example:

This is an unfortunate side-effect of caching access plans in PL/PgSQL
functions, see FAQ:

http://www.postgresql.org/docs/faqs.FAQ.html#item4.19

The upcoming 8.3 release will include plan invalidation, which will fix
this issue.

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

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

Предыдущее
От: "Chris Bowlby"
Дата:
Сообщение: BUG #3450: Multiple Stored procedure calls cause issue with temp tables...
Следующее
От: Neil Conway
Дата:
Сообщение: Re: BUG #3450: Multiple Stored procedure calls cause issue with temp tables...