Re: Unique namespace per session for temp tables? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Unique namespace per session for temp tables?
Date
Msg-id 14288.1244243718@sss.pgh.pa.us
Whole thread Raw
In response to Unique namespace per session for temp tables?  (Emmanuel Cecchet <manu@asterdata.com>)
List pgsql-hackers
Emmanuel Cecchet <manu@asterdata.com> writes:
> Following the issue with temp tables and 2PC, we thought that each 
> session in Postgres was supposed to generate a unique namespace for its 
> temporary tables.

You made that up out of sheer wishful thinking.  There is one pg_temp
schema per backendid slot.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Emmanuel Cecchet
Date:
Subject: Unique namespace per session for temp tables?
Next
From: David Blewett
Date:
Subject: Re: pg_migrator issue with contrib