Re: [GENERAL] migrate from 8.1 to 9.0

2010-11-08 Thread Cédric Villemain
2010/11/8 Vick Khera : > On Mon, Nov 8, 2010 at 5:23 AM, Thom Brown wrote: >> Implicit casting might bite you since that was removed in 8.3. >> > > Also if you use bytea fields to store binary data, the encoding format > on return of the data is different.  Make sure your client library > handles

Re: [GENERAL] migrate from 8.1 to 9.0

2010-11-08 Thread Vick Khera
On Mon, Nov 8, 2010 at 5:23 AM, Thom Brown wrote: > Implicit casting might bite you since that was removed in 8.3. > Also if you use bytea fields to store binary data, the encoding format on return of the data is different. Make sure your client library handles that for you (or explicitly code f

Re: [GENERAL] migrate from 8.1 to 9.0

2010-11-08 Thread Cédric Villemain
2010/11/8 AI Rumman : > I am going to migrate my produciton DB from postgresql 8.1 to 9.0.1. > Anyone please tell me what the important things I have to look for this > migration. > Thanking you all. You MUST read Releases Notes for each major version between to see what change and what may impact

Re: [GENERAL] migrate from 8.1 to 9.0

2010-11-08 Thread Thom Brown
On 8 November 2010 10:08, AI Rumman wrote: > I am going to migrate my produciton DB from postgresql 8.1 to 9.0.1. > Anyone please tell me what the important things I have to look for this > migration. > Thanking you all. > Implicit casting might bite you since that was removed in 8.3. Take a ca