Re: PL/pgSQL bug?

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: PL/pgSQL bug?
Дата
Msg-id 20011001095515D.t-ishii@sra.co.jp
обсуждение исходный текст
Ответ на Re: PL/pgSQL bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: PL/pgSQL bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> This is a well-known problem: plpgsql caches a query plan that refers
> to the first version of the temp table, and it doesn't know it needs
> to rebuild the plan.  AFAIK the only workaround at present is to use
> EXECUTE for queries referencing the temp table.

But EXECUTE does not support select into, does it?
--
Tatsuo Ishii


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

Предыдущее
От: Vince Vielhaber
Дата:
Сообщение: Re: CVS changes
Следующее
От: "Steve Wolfe"
Дата:
Сообщение: Re: Pre-forking backend