Temp Tables

Поиск
Список
Период
Сортировка
От mdb002@yahoo.com (mdb)
Тема Temp Tables
Дата
Msg-id 9e6ea67a.0203041248.24859ff2@posting.google.com
обсуждение исходный текст
Ответы Re: Temp Tables  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Temp Tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Ioannis Kappas
Дата:
Сообщение: Re: postgre performance question
Следующее
От: Regis
Дата:
Сообщение: Explain SQL feature