Re: how does a temp table work?

Поиск
Список
Период
Сортировка
От Ron Johnson
Тема Re: how does a temp table work?
Дата
Msg-id 46953156.4060902@cox.net
обсуждение исходный текст
Ответ на Re: how does a temp table work?  (Andrew Sullivan <ajs@crankycanuck.ca>)
Ответы Re: how does a temp table work?  (Andrew Sullivan <ajs@crankycanuck.ca>)
Список pgsql-general
On 07/11/07 12:06, Andrew Sullivan wrote:
> On Wed, Jul 11, 2007 at 10:28:25PM +0530, Joshua N Pritikin wrote:
>> and foo is executed from different transactions in parallel then each
>> transaction will see its own private temp table, right?
>
> They will see their own private temp tables _no matter what_.
> There's no "shared temp table" support in Postgres.

Will GLOBAL TEMP tables be added any time soon?

I know the docs say that the standards implies needing modules, but
"shared definition" is really handy.  We use regularly such GLOBAL
TEMP tables without modules.

--
Ron Johnson, Jr.
Jefferson LA  USA

Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: exit code -1073741819
Следующее
От: "Simon Riggs"
Дата:
Сообщение: Re: Am I missing something about the output ofpg_stop_backup()?