Re: idea: global temp tables - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: idea: global temp tables
Date
Msg-id 49F5D80C.EE98.0025.0@wicourts.gov
Whole thread Raw
In response to idea: global temp tables  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: idea: global temp tables  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> wrote: 
> I am thinking about global temp tables.
These would have some value to us.
In case anyone doesn't know, this is a feature in the SQL standard. 
You have a permanent definition of the schema, but the table is
materialized as a temporary table on reference by any connection.
I can't speak to the practicality of the proposed implementation
techniques.
-Kevin


pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: idea: global temp tables
Next
From: Andrew Dunstan
Date:
Subject: Re: idea: global temp tables