Hi,
I'm converting a site from postgresql 7.1 to 7.2
I have a database dump of a 7.2 database which was used with a 7.1 jdbc driver so the images are in the "old" format (if that is the right way to describe it). As I want to use the 7.2 jdbc driver now, I remember hearing something that I need to convert the image objects in the database somehow. Can anybody give me some hints about this so I can write something to convert it?
Also, to delete all cached images, is it safe to do a "delete * from install_icaches" ?
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.
TIA,
Ricardo.
--
__________________________
Ricardo Kustner
IC&S Linux Professionals
Koningsweg 4
3582 GE Utrecht
T: +31 30 2322878
F: +31 30 2322305
PGP-key:
http://www.ic-s.nl/keys/ricardo.txt
- Re: postgresql 7.1->7.2 Ricardo Kustner
- Re: postgresql 7.1->7.2 Sam Terburg
- Re: postgresql 7.1->7.2 Ricardo Kustner
- Re: postgresql 7.1->7.2 Gerard van Enk
- RE: postgresql 7.1->7.2 Rob van Maris
- Re: postgresql 7.1->7.2 Pierre van Rooden
