From: | Ian Barwick <barwick(at)gmail(dot)com> |
---|---|
To: | Joel <rees(at)ddcom(dot)co(dot)jp> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: compatibilityissues from 7.1 to 7.4 |
Date: | 2004-10-26 11:30:49 |
Message-ID: | 1d581afe04102604305aadd079@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Tue, 26 Oct 2004 18:22:55 +0900, Joel <rees(at)ddcom(dot)co(dot)jp> wrote:
> I seem to remember reading a post on this, but searching marc does not
> seem to bring it up immediately.
>
> Company BBS is on postgresql, but it's still at 7.1. The guy in charge
> of it wants some ballpark estimates and warnings about upgrading to 7.4
> so he doesn't have to worry about the recent vulnerabilities.
>
> War stories? Things to watch out for?
Off the top of my head: over-length data inserted into varchar fields
will no longer be silently truncated, raising an error instead ( a big
source of problems with web-based apps); also, the LIMIT x,y syntax
will no longer work.
Your best bet is fro someone who knows your system to go through the
PostgreSQL release notes.
Ian Barwick
From | Date | Subject | |
---|---|---|---|
Next Message | Henk Ernst Blok | 2004-10-26 11:56:41 | Re: Strange count(*) implementation? |
Previous Message | Tino Wildenhain | 2004-10-26 11:28:21 | Re: Strange count(*) implementation? |