<Ricardo Kustner:>
> ..
> Also, to delete all cached images, is it safe to do a "delete * from 
> install_icaches" ?

No, the corresponding entries (i.e. with the same number) must be deleted
from tables of builders that icaches extends, probable only "object". 
You'll also have to remove the relations of all icaches nodes, but chances
are there are none.

> 
> ps: on debug level, the logging is talking about 
> "module.database.support.PostgreSQL71", even though the 7.2 
> driver class 
> is being used... is this a bug? Strangely enough I saw the 7.2 driver 
> does override the logging string in the source code.

That is correct. PostgreSQL72 extends PostgreSQL71. The logging categories
refer to the class that implements the method, wich may be a superclass
instead of the actual class of the object. Most of the methods of
PostgreSQL72 are implemented by its superclass.

Rob van Maris
Senior Developer

Finalist IT Group
Java Specialists
-------------------------------------------------------------
Amsterdam, The Netherlands                          
Office:         +31 20 5962321 (Direct)
Mobile: +31 651444006
Fax:    +31 20 5962331
------------------------------------------------------------- 

Reply via email to