temporary tables

From: "Orhan" <orhan(at)cmu(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: temporary tables
Date: 2005-11-09 08:04:40
Message-ID: 1131523480.162515.167380@g49g2000cwa.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message A. Kretschmer 2005-11-09 10:15:44 Re: Debian packages
Previous Message Richard Huxton 2005-11-09 07:31:01 Re: Transactions, Triggers and Error Messages