From: | Bruno Wolff III <bruno(at)wolff(dot)to> |
---|---|
To: | Matt Adams <matt(dot)adams(at)mercyships(dot)org> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Downgrading from Postgresql 7.4 to 7.1 |
Date: | 2004-04-20 18:12:37 |
Message-ID: | 20040420181237.GD11203@wolff.to |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Mon, Apr 19, 2004 at 16:25:21 -0500,
Matt Adams <matt(dot)adams(at)mercyships(dot)org> wrote:
> Hello:
>
> I have an awkward situation where I must downgrade from 7.4 to 7.1. I
> have two databases already in 7.4. I'm largely ignorant concerning
> postgresql: am I going to have any severe problems downgrading?
You are probably going to have to process the 7.4 dump file before
it can be used to reload the 7.1 database. This shoudln't be too
bad. You might have some performance problems with queries that work
well in 7.4 and not in 7.1. 7.1 doesn't have schemas, so if you were
making use of those you might have to figure out how to get by without
them. You should probably review the release notes for other added
features since 7.1 that you might be using.
From | Date | Subject | |
---|---|---|---|
Next Message | Jurgen Defurne | 2004-04-20 18:27:42 | Re: Python to postgresql interface |
Previous Message | Jeff Boes | 2004-04-20 17:45:33 | Looking for help building 'rhdb-explain' Visual Explain tool |