Re: migrate from 8.1 to 9.0

Поиск
Список
Период
Сортировка
От Vick Khera
Тема Re: migrate from 8.1 to 9.0
Дата
Msg-id AANLkTi=EN9ufPMdo5cyHejReFEMvs_Lrp63_XXHJkjog@mail.gmail.com
обсуждение исходный текст
Ответ на Re: migrate from 8.1 to 9.0  (Thom Brown <thom@linux.com>)
Ответы Re: migrate from 8.1 to 9.0  (Cédric Villemain <cedric.villemain.debian@gmail.com>)
Список pgsql-general
On Mon, Nov 8, 2010 at 5:23 AM, Thom Brown <thom@linux.com> 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 for it).

These are the two major issues we had to address between our
8.1->8.3->9.0 update over the last few  years.

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

Предыдущее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Need magic to clean strings from unconvertible UTF8
Следующее
От: Alexander Farber
Дата:
Сообщение: Syntax of: alter table ... add constraint ...