Re: plpgsql temporary table problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: plpgsql temporary table problem
Дата
Msg-id 22115.1018803485@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: plpgsql temporary table problem  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: plpgsql temporary table problem  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> ... I believe every reference to the TEMP table has
> to be an EXECUTE.  I think this will be fixed in 7.3 because the temp
> tables will exist in a separate schema.

No, the separate schema won't help matters a bit.

Plan dependency tracking (to allow us to drop invalidated cached plans)
would help.

            regards, tom lane

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

Предыдущее
От: Matthew Kirkwood
Дата:
Сообщение: Re: [GENERAL] Performance Tuning Document?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: plpgsql temporary table problem