Re: Considering an upgrade...

From: Vivek Khera <vivek(at)khera(dot)org>
To: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Considering an upgrade...
Date: 2005-10-11 19:58:48
Message-ID: E00A04DE-3B4B-4A93-95D0-B72FDDAD93DD@khera.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Oct 11, 2005, at 3:07 PM, Florian G. Pflug wrote:

> On the whole, the update as quite easy ride, but I'd still
> recommend you to test all aspects
> of your software after the migration, since 8.0 isn't bug-for-bug
> compatible with 7.4
>

I'll second this. One thing we found out too, was we also upgrade
DBD::Pg which introduced some incompatibilities with respect to
placeholders. They are now always treated as strings unless
otherwise specified, and that doesn't always work with Pg 8.0.

Our specific case was a query that did something like this:

CURRENT_DATE - ?

if the parameter is substituted as '3' it fails, but just plain 3
works. So watch for things like this too.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Karsten Hilbert 2005-10-11 20:14:06 Re: Oracle buys Innobase
Previous Message Magnus Hagander 2005-10-11 19:50:00 Re: problems with upgrade from 8.0.3 to 8.0.4, Windows