Re: Postgres Sql7.3 Update - Mailing list pgsql-docs

From Christopher Browne
Subject Re: Postgres Sql7.3 Update
Date
Msg-id 87k50gf1v8.fsf@dba2.int.libertyrms.com
Whole thread Raw
In response to Postgres Sql7.3 Update  ("kunwarpal.rawat" <kunwarpal.rawat@newgen.co.in>)
List pgsql-docs
kunwarpal.rawat@newgen.co.in ("kunwarpal.rawat") writes:
>  > I am currently using postgresql version 7.3 and I want to upgrade this version.
>
> So, can you please help me regarding the
>
> 1.       List of upgrades/patches/service packs available to update the
> postgresql 7.3 version

It's no longer a supported version, so you'll not find very much that's
specific to 7.3.

Since 7.3.21, released over a year ago, was the last update, it is
highly likely that you will want to upgrade to something rather less
dramatically out of date than 7.3.

Upgrading to 8.4 (the latest stable release) would involve, at least in
general terms:
 - Dumping the 7.3 database using pg_dump from 8.4
   (It's possible that the 8.4 pg_dump is "too new" and doesn't still
    remember all the details of any oddities of 7.3; you'll want to test
    this, and might discover you need to go thru some interim version to
    get to what you finally want to be on)

 - Loading that into the new DB

There may be changes needed to such things as:
 - data types (though I don't think there'll be *too* much -
   a lot of the scary such changes were between 6.5 and 7.0)

 - queries may need to be revised, as recent versions are sometimes
   stricter about what kinds of data may be joined/compared

> 2.       The list of feature that?s updating in each new version of the
> software.

See:
http://www.postgresql.org/docs/8.4/static/release.html
which points you to:

http://www.postgresql.org/docs/8.4/static/release-8-4.html
http://www.postgresql.org/docs/8.4/static/release-8-3.html
http://www.postgresql.org/docs/8.4/static/release-8-2.html
http://www.postgresql.org/docs/8.4/static/release-8-1.html
http://www.postgresql.org/docs/8.4/static/release-8-0.html
http://www.postgresql.org/docs/8.4/static/release-7-4.html
http://www.postgresql.org/docs/8.4/static/release-7-3.html

There's a lot of reading to do!
--
let name="cbbrowne" and tld="ca.afilias.info" in name ^ "@" ^ tld;;
Christopher Browne
"Bother,"  said Pooh,  "Eeyore, ready  two photon  torpedoes  and lock
phasers on the Heffalump, Piglet, meet me in transporter room three"

pgsql-docs by date:

Previous
From: Jaime Casanova
Date:
Subject: Re: Postgres Sql7.3 Update
Next
From: Alvaro Herrera
Date:
Subject: Re: [GENERAL] What happens when syslog gets blocked?