Re: Tips for upgrading from 7.4

From: Vivek Khera <vivek(at)khera(dot)org>
To: PGSQL Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Tips for upgrading from 7.4
Date: 2008-01-23 16:56:55
Message-ID: 43D8EA63-AF01-4E3A-ACBA-20D7A0A1FDBC@khera.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Jan 23, 2008, at 10:26 AM, Tom Lane wrote:

> Reading the release notes is good, but you really really should test
> the
> application(s) against a test 8.1 installation before you go live ...

be sure to run *every* query your system uses through 8.1. the most
common problems you will run into are issues relating to using strings
as integers which tended to work in most cases in 7.x but not in 8.x.

the release notes cover such changes. pay particular attention to
changes in auto typecasts.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Wall 2008-01-23 17:20:46 Re: Postgresql + digital signature
Previous Message Erik Jones 2008-01-23 16:28:54 Re: pg_xlog and standby