Re: Actual expression of a constraint

From: Kris Deugau <kdeugau(at)vianet(dot)ca>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Actual expression of a constraint
Date: 2006-02-08 15:52:22
Message-ID: 43EA13B6.6050403@vianet.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-hackers

lrotger wrote:
> I read some of the logs up until 7.3 (from my old 7.2.1); I should
> benefit from upgrading but there are issues to consider, for example, I
> see 'timestamp' was changed from with to without time zone in 7.3, I'll
> have to follow these changes carefully to upgrade without problems.

Tom's major recommendation is to move up to the latest 7.2 release -
which, while currently unsupported, contains a number of BIG bugfixes
relating to data integrity. (IIRC the version number is 7.2.5). You
should be able to install packages or build from source and install in
place without any changes to your code. Getting a dump of your data
beforehand is always a good idea Just In Case, but it shouldn't be
necessary most of the time.

Jumping between "major" versions (eg, 7.2->7.3) is where there are
changes to data types and the back-end storage; for a major version
change the usual recommendation is to dump and reload.

Check back through the list archives; this general recommendation ("For
PG version x.x.n, always run the latest point-release (n) for any given
major version (x.x)") has been posted quite a few times over this past
year alone.

-kgd

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message David Lutterkort 2006-02-08 18:58:17 Manipulating pg_hba.conf
Previous Message Markus Schaber 2006-02-08 13:38:08 Re: Default autovacuum settings too conservative

Browse pgsql-hackers by date

  From Date Subject
Next Message andrew 2006-02-08 15:52:31 adding a new catalog
Previous Message Stephen Frost 2006-02-08 15:15:33 Re: sql row constructor...works!