temporary tables - Mailing list pgsql-general

From Orhan
Subject temporary tables
Date
Msg-id 1131523480.162515.167380@g49g2000cwa.googlegroups.com
Whole thread Raw
Responses Re: temporary tables  (Richard Huxton <dev@archonet.com>)
List 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 by date:

Previous
From: "surabhi.ahuja"
Date:
Subject: Postmaster failing to start on reboot
Next
From: "ctobini"
Date:
Subject: How to obtain the code af a function ?