Re: Speaking of upgrades... (was Re: Predicted ...)

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Ron Johnson <ron(dot)l(dot)johnson(at)cox(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Speaking of upgrades... (was Re: Predicted ...)
Date: 2007-01-27 03:48:04
Message-ID: 200701270348.l0R3m4709083@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ron Johnson wrote:
> > Yes:
> >
> > http://www.postgresql.org/docs/8.2/static/migration.html
>
> I was thinking of something like the release notes, but a bit more
> targeted. (I know. diff the source.)
>
> http://www.postgresql.org/docs/8.2/interactive/release-8-2.html
>
> For example, I've read these release notes, and there are some index
> modifications, but don't *seem* to be *table* structure changes.
>
> So, in an upgrade from 8.1 to 8.2, what's really preventing pg from
> letting the user:
>
> 1. Cleanly shutdown pg.
> 2. Install v8.2.
> 3. Start pg.
> 4. psql -c 'REINDEX DATABASE' some_db

The changes are usually very subtle, like changes in the storage format
for certain data types, or bit changes in the row headers --- it isn't
something really of interest except to developers.

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2007-01-27 04:16:39 Re: Speaking of upgrades... (was Re: Predicted ...)
Previous Message Ron Johnson 2007-01-27 03:38:51 Re: Speaking of upgrades... (was Re: Predicted ...)