how does a temp table work?

Поиск
Список
Период
Сортировка
От Joshua N Pritikin
Тема how does a temp table work?
Дата
Msg-id 20070711165825.GA20625@always.joy.eth.net
обсуждение исходный текст
Ответы Re: how does a temp table work?  (Andrew Sullivan <ajs@crankycanuck.ca>)
Список pgsql-general
I read the docs but I'm still not sure. If I create a temp table with ON
COMMIT DROP then is that table private to the transaction? In other
words, if the temp table is created in plpgsql stored procedure "foo"
and foo is executed from different transactions in parallel then each
transaction will see its own private temp table, right?

--
Make April 15 just another day, visit http://fairtax.org

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

Предыдущее
От: marcelo Cortez
Дата:
Сообщение: troubble with contrib compile
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: how does a temp table work?