temp table question

From: Kevin Kempter <kevin(at)kevinkempterllc(dot)com>
To: pgsql-general General <pgsql-general(at)postgresql(dot)org>
Subject: temp table question
Date: 2008-02-02 03:06:15
Message-ID: 200802012006.15731.kevin@kevinkempterllc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi list;

If I create a temp table (i.e. create temp table xyz as select from ...) is
the scope of this table limited to a session. Meaning, can several sessions
all run the above create temp table statement all referencing the same temp
table name at the same time?

Thanks in advance

Responses

Browse pgsql-general by date

  From Date Subject
Next Message brian 2008-02-02 04:26:20 Re: temp table question
Previous Message Steve Atkins 2008-02-02 01:48:19 Re: Empty to NULL conversion - Ruby - Postgres ?