Re: migrate from 8.1 to 9.0

From: Vick Khera <vivek(at)khera(dot)org>
To: pgsql-general General <pgsql-general(at)postgresql(dot)org>
Subject: Re: migrate from 8.1 to 9.0
Date: 2010-11-08 12:21:17
Message-ID: AANLkTi=EN9ufPMdo5cyHejReFEMvs_Lrp63_XXHJkjog@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Nov 8, 2010 at 5:23 AM, Thom Brown <thom(at)linux(dot)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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alexander Farber 2010-11-08 14:50:32 Syntax of: alter table ... add constraint ...
Previous Message Dimitri Fontaine 2010-11-08 11:51:10 Re: Need magic to clean strings from unconvertible UTF8