27 Jun
2000
27 Jun
'00
10:57 p.m.
Hi, I`m using temporary tables, using PostgreSQL 7.0.2 and ZPygreSQL-DA v3.0, and in the RDBMS docs it says the temporary tables will be destroyed when the database-session is over. When does that happen using Zope? Doesn`t it hold the database connection open until it is manually closed? Can I override this, so that the temporary tables are destroyed after some time of inactivity or if the user logs off?? Thanks. Thomas Weholt