Re: Implementation of global temporary tables? - Mailing list pgsql-hackers

From Zhaomo Yang
Subject Re: Implementation of global temporary tables?
Date
Msg-id CA+0EDdCCvXawsaL86giPNRiE0UmeEgONyu+wpzzwYoj_uaHkBQ@mail.gmail.com
Whole thread Raw
In response to Re: Implementation of global temporary tables?  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
Just to be clear, the idea of a global temp table is that the table def
is available to all users, but the data is private to each session?
 
The table def is visible to all sessions and persistent, but the data is private to each session and temporary. 

Thanks,
Zhaomo

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [PATCH] pg_upgrade fails when postgres/template1 isn't in default tablespace
Next
From: Beena Emerson
Date:
Subject: Re: Support for N synchronous standby servers - take 2