Re: From 8.1 to 8.3

Поиск
Список
Период
Сортировка
От Joao Ferreira gmail
Тема Re: From 8.1 to 8.3
Дата
Msg-id 1240419315.4516.69.camel@debj5n.critical.pt
обсуждение исходный текст
Ответ на From 8.1 to 8.3  (S Arvind <arvindwill@gmail.com>)
Список 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


В списке pgsql-general по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: From 8.1 to 8.3
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: From 8.1 to 8.3