Temp Tables - Mailing list pgsql-general

From mdb002@yahoo.com (mdb)
Subject Temp Tables
Date
Msg-id 9e6ea67a.0203041248.24859ff2@posting.google.com
Whole thread Raw
Responses Re: Temp Tables  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Temp Tables  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Hello,

I am running a client server app and am using temp tables to do some
data manipulation.  However, Postgresql seems to prevent multiple temp
tables from being created with the same name.  The temp tables are
created by seperate connections to the database, but this does not
seem to matter.  Is this correct?  Do I need to make the names unique
by using a user id?  Am I doing something wrong?  I am using
Postgresql 7.1.3 and odbc 7.1.9.

Thank you
Marc

pgsql-general by date:

Previous
From: Ioannis Kappas
Date:
Subject: Re: postgre performance question
Next
From: Regis
Date:
Subject: Explain SQL feature