PostgreSQL 8.0.2 Now Available

Lists: pgsql-announcepgsql-general
From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: pgsql-announce(at)postgresql(dot)org
Cc: pgsql-general(at)postgresql(dot)org
Subject: PostgreSQL 8.0.2 Now Available
Date: 2005-04-10 22:48:00
Message-ID: 20050410193401.H5287@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-general


Over the past several weeks, Tom Lane has been working on replacing our
old Cache Management Alorithm (ARC) with a new, patent free one (2Q).

In order to reduce the number of 8.x deployments out there that are using
the old manager, we have just released 8.0.2, and encourage adminstrators
to upgrade at their earliest convience.

For those already running 8.x on your production servers, please note that
this upgrade does *NOT* require a dump restore, but due to a bump in the
major version number for the client library (libpq), it *WILL* require all
client applications to be recompiled at the same time.

For a full list of bugs fixed in this version, please see the HISTORY
file, which can be found at:

http://www.postgresql.org/ftp/source/v8.0.2/HISTORY

With Source tarballs available at:

http://www.postgresql.org/ftp/source/v8.0.2

Binary/Install Packages for Windows are available at:

http://www.postgresql.org/ftp/binary/v8.0.2/win32/

And, for Bittorrent Users, David has put up the tar packages at:

http://bt.postgresql.org

Any bugs/problems with 8.0.2, please report them to:

pgsql-bugs(at)postgresql(dot)org

Thank you ...


From: Michael Ben-Nes <miki(at)canaan(dot)co(dot)il>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL 8.0.2 Now Available
Date: 2005-04-12 09:24:26
Message-ID: 425B93CA.3030707@canaan.co.il
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-general

I want to be 100% sure.

Currently my server runing 8.0.1 and my HTTP server ( another computer )
runing php which compiled on PG 7.4.7 and its working great.

I need to recompile all the clients on all the other servers ( php /
psql ) including PHP ?

THanks

Marc G. Fournier wrote:

>
> For those already running 8.x on your production servers, please note
> that this upgrade does *NOT* require a dump restore, but due to a bump
> in the major version number for the client library (libpq), it *WILL*
> require all client applications to be recompiled at the same time.
>

--
--------------------------
Canaan Surfing Ltd.
Internet Service Providers
Ben-Nes Michael - Manager
Tel: 972-4-6991122
Cel: 972-52-8555757
Fax: 972-4-6990098
http://www.canaan.net.il
--------------------------


From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: Michael Ben-Nes <miki(at)canaan(dot)co(dot)il>
Cc: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL 8.0.2 Now Available
Date: 2005-04-12 13:15:52
Message-ID: 200504120915.53050.xzilla@users.sourceforge.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-general

No. Clients on other machines should work fine since nothing changed in the
wire protocol.

On Tuesday 12 April 2005 05:24, Michael Ben-Nes wrote:
> I want to be 100% sure.
>
> Currently my server runing 8.0.1 and my HTTP server ( another computer )
> runing php which compiled on PG 7.4.7 and its working great.
>
> I need to recompile all the clients on all the other servers ( php /
> psql ) including PHP ?
>
> THanks
>
> Marc G. Fournier wrote:
> > For those already running 8.x on your production servers, please note
> > that this upgrade does *NOT* require a dump restore, but due to a bump
> > in the major version number for the client library (libpq), it *WILL*
> > require all client applications to be recompiled at the same time.

--
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL


From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL 8.0.2 Now Available
Date: 2005-04-14 09:04:47
Message-ID: 200504141104.48355.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-general

Marc G. Fournier wrote:
> For those already running 8.x on your production servers, please note
> that this upgrade does *NOT* require a dump restore, but due to a
> bump in the major version number for the client library (libpq), it
> *WILL* require all client applications to be recompiled at the same
> time.

This is not true. Just don't delete your old libraries and keep using
those.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/