Re: plpgsql temporary table problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: plpgsql temporary table problem
Дата
Msg-id 22499.1018805786@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: plpgsql temporary table problem  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Tom Lane wrote:
>> No, the separate schema won't help matters a bit.

> Oh, the old temp code mapped a temp name to a system table name that was
> stored in the plpgsql function cache.  I thought the new code would not
> make that mapping until function runtime.

The point is that cached plans refer to tables by OID.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: plpgsql temporary table problem
Следующее
От: Michael Loftis
Дата:
Сообщение: Re: Scaling postgres