Re: From 8.1 to 8.3

From: Joao Ferreira gmail <joao(dot)miguel(dot)c(dot)ferreira(at)gmail(dot)com>
To: S Arvind <arvindwill(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: From 8.1 to 8.3
Date: 2009-04-22 16:55:15
Message-ID: 1240419315.4516.69.camel@debj5n.critical.pt
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 2009-04-22 at 22:12 +0530, S Arvind wrote:
> Our company wants to move from 8,1 to 8.3 latest. In irc they told me
> to check realse notes for issues while upgrading. But there are lots
> of release notesss. Can anyone tell some most noticable change or
> place-of-error while upgrading?

one I had to solve was the need for explicit casting in SQL queries that
used numeric comparison of REAL with TEXT...

yes... this used to be possible on 8.1 and is no longer on 8.3

so if your applications have such queries maybe you will bumo into some
problems

I used stuff like this: cast(instantin as numeric)

cheers

Joao

>
> Arvind S
>
>
> "Many of lifes failure are people who did not realize how close they
> were to success when they gave up."
> -Thomas Edison

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2009-04-22 16:56:23 Re: From 8.1 to 8.3
Previous Message Alvaro Herrera 2009-04-22 16:49:26 Re: From 8.1 to 8.3