temp table question - Mailing list pgsql-general

From Kevin Kempter
Subject temp table question
Date
Msg-id 200802012006.15731.kevin@kevinkempterllc.com
Whole thread Raw
Responses Re: temp table question
Re: temp table question
List 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

pgsql-general by date:

Previous
From: Steve Atkins
Date:
Subject: Re: Empty to NULL conversion - Ruby - Postgres ?
Next
From: brian
Date:
Subject: Re: temp table question