Re: PL/pgSQL bug?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PL/pgSQL bug?
Дата
Msg-id 2072.1001864123@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PL/pgSQL bug?  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Ответы Re: PL/pgSQL bug?
Список pgsql-hackers
Tatsuo Ishii <t-ishii@sra.co.jp> writes:
> Maybe PL/pgSQL cache problem?

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.
        regards, tom lane


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

Предыдущее
От: Marko Kreen
Дата:
Сообщение: Re: Glitch in handling of postmaster -o options
Следующее
От: Bradley McLean
Дата:
Сообщение: Re: Pre-forking backend