Re: [GENERAL] upgrade to 8.0.9

2006-11-06 Thread Albe Laurenz
> I am currently using 8.0.0 and I want to upgrade to 8.0.9 > Please tell if i can just install the rpms for 8.0.9 > > Will I not have to rebuild my application with new libpq.so? > or does the libpq.so still remain the same. If you linked dynamically, your program should be able to work with th

Re: [GENERAL] upgrade to 8.0.9

2006-11-05 Thread Devrim GUNDUZ
Hi, On Mon, 2006-11-06 at 10:58 +0530, surabhi.ahuja wrote: > I am currently using 8.0.0 and I want to upgrade to 8.0.9 Please tell > if i can just install the rpms for 8.0.9 http://www.postgresql.org/ftp/binary/v8.0.9/linux/rpms/ Regards, -- The PostgreSQL Company - Command Prompt, Inc. 1.503

Re: [GENERAL] upgrade to 8.0.9

2006-11-05 Thread Shane Ambler
surabhi.ahuja wrote: Hi, I am currently using 8.0.0 and I want to upgrade to 8.0.9 Please tell if i can just install the rpms for 8.0.9 Upgrading from 8.0.x to 8.0.9 will use your current datafiles without problems. Upgrading to 8.1.5 will need a dump/restore. Will I not have to rebuild my