Re: temporary tables

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: temporary tables
Дата
Msg-id 43720D99.60705@archonet.com
обсуждение исходный текст
Ответ на temporary tables  ("Orhan" <orhan@cmu.edu>)
Список pgsql-general
Orhan wrote:
> The PostgreSQL docs say that "Temporary tables are automatically
> dropped at the end of a session, or optionally at the end of the
> current transaction." If I create a temporary table through a
> java.sql.Statement and then call close() on that Statement, will the
> temporary table be dropped? In other words, does a java.sql.Statement
> carry its own "session"?

A session is from connection to disconnect.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: newbie design question re impact of VACUUM
Следующее
От: Csaba Nagy
Дата:
Сообщение: Re: Question on Insert / Update