Re: temp table question

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: temp table question
Дата
Msg-id dcc563d10802012032t3fa56011t1aef9e9b21dccd66@mail.gmail.com
обсуждение исходный текст
Ответ на temp table question  (Kevin Kempter <kevin@kevinkempterllc.com>)
Список pgsql-general
On Feb 1, 2008 9:06 PM, Kevin Kempter <kevin@kevinkempterllc.com> wrote:
> 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?

Temp tables are only visible to the session that created them.  See

http://www.postgresql.org/docs/8.2/interactive/sql-createtable.html

В списке pgsql-general по дате отправления:

Предыдущее
От: brian
Дата:
Сообщение: Re: temp table question
Следующее
От: Ted Byers
Дата:
Сообщение: Re: arrays of floating point numbers / linear algebra operations into the DB