From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Patrick Hatcher" <PHatcher(at)macys(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Upgrading from 7.3.6 to 7.4.2 pg_dumpall question |
Date: | 2004-04-09 05:22:32 |
Message-ID: | 21308.1081488152@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
"Patrick Hatcher" <PHatcher(at)macys(dot)com> writes:
> Finally getting around to upgrading to 7.4.2 from 7.3.6. I thought I read
> somewhere that for this upgrade, it would be advantageous to use pg_dumpall
> from the 7.4..x version versus using the version for 7.3.x.. Is that
> correct?
In any upgrade (since 7.0, or whenever it was that we started making
pg_dump able to cope with prior versions), it's considered good practice
to use the later pg_dump if you conveniently can. The idea is that this
gets you the benefit of any bug fixes that have appeared in the newer
pg_dump version.
I don't recall at this late hour whether there are any specific bugs
that would make this consideration important for 7.3.6 versus 7.4.2.
But on general principles, I'd recommend doing it that way.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2004-04-09 05:44:37 | Re: Select/Group by/Order by question |
Previous Message | Tom Lane | 2004-04-09 05:07:39 | Re: Error Message from pgsql v7.3.6 |