how does a temp table work? - Mailing list pgsql-general

From Joshua N Pritikin
Subject how does a temp table work?
Date
Msg-id 20070711165825.GA20625@always.joy.eth.net
Whole thread Raw
Responses Re: how does a temp table work?  (Andrew Sullivan <ajs@crankycanuck.ca>)
List 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 by date:

Previous
From: marcelo Cortez
Date:
Subject: troubble with contrib compile
Next
From: Andrew Sullivan
Date:
Subject: Re: how does a temp table work?