temporary tables

Поиск
Список
Период
Сортировка
От Orhan
Тема temporary tables
Дата
Msg-id 1131523480.162515.167380@g49g2000cwa.googlegroups.com
обсуждение исходный текст
Ответы Re: temporary tables  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
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"?

Thanks,
Orhan


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

Предыдущее
От: "surabhi.ahuja"
Дата:
Сообщение: Postmaster failing to start on reboot
Следующее
От: "ctobini"
Дата:
Сообщение: How to obtain the code af a function ?