Re: Incremental results from libpq - Mailing list pgsql-interfaces

From Alvaro Herrera
Subject Re: Incremental results from libpq
Date
Msg-id 20051117005043.GD24640@surnet.cl
Whole thread Raw
In response to Re: Incremental results from libpq  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Incremental results from libpq  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-interfaces
Bruce Momjian wrote:
> Goulet, Dick wrote:
>
> >     If I may, one item that would be of extreme use to our location
> > would be global temporary tables.  These have existed since Oracle 9.0.
> > They are defined once and then used by clients as needed.  Each session
> > is ignorant of the data of any other session and once you disconnect the
> > data from the session disappears.  Truly a real temporary table.
> 
> How is it better than what we have now?

Global temporary tables are defined only once (not once per session),
and the schema (definition) is known to all sessions.  Only the content
is private to each session.

At least that's what I remember since the last time I read the spec on
it ...

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-interfaces by date:

Previous
From: "Goulet, Dick"
Date:
Subject: Re: Incremental results from libpq
Next
From: Tom Lane
Date:
Subject: Re: Incremental results from libpq