sharing temporary tables

From: "Marcus Andree S(dot) Magalhaes" <marcus(dot)magalhaes(at)vlinfo(dot)com(dot)br>
To: pgsql-novice(at)postgresql(dot)org
Subject: sharing temporary tables
Date: 2004-08-24 13:56:08
Message-ID: 61418.201.12.65.196.1093355768.squirrel@201.12.65.196
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


Hi guys,

After some tests, I have a couple questions regarding temporary
tables in Postgres... Hope someone more knowledgeable can
drop me a few lines and put some light into my own darkness. ;)

Do temp tables reside on disk or in RAM? Can different connections
access (share) data located in a temporary table created by a
previous connection/process? How?

Any help is grateful.

Thanks.

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message tim hall 2004-08-24 14:15:04 Re: authentication
Previous Message Michael Glaesemann 2004-08-24 13:18:28 Re: Triggers / Procedures