Re: [PATCHES] Removal of temp tables - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [PATCHES] Removal of temp tables
Date
Msg-id Pine.LNX.4.30.0106141712430.767-100000@peter.localdomain
Whole thread Raw
Responses Re: [PATCHES] Removal of temp tables  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane writes:

> Another point is that when we implement schemas (= Real Soon Now, I
> trust), the whole business of temprels having different physical and
> logical relnames will go away anyhow.  Temp rels will become plain rels
> that live in a temp schema.

I don't think this is the right solution.  You should be able to create
temporary tables in any schema you choose (and have permission to).  After
all, temporary tables are supposed to act like real tables expect for the
"temporary" aspect.

-- 
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter



pgsql-hackers by date:

Previous
From: Alex Pilosov
Date:
Subject: Re: Re: SELECT Field1 || Field2 FROM Table
Next
From: Tom Lane
Date:
Subject: Re: [PATCHES] Removal of temp tables