Re: Downgrading from Postgresql 7.4 to 7.1

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Downgrading from Postgresql 7.4 to 7.1
Дата
Msg-id 20040420181237.GD11203@wolff.to
обсуждение исходный текст
Ответ на Downgrading from Postgresql 7.4 to 7.1  (Matt Adams <matt.adams@mercyships.org>)
Список pgsql-general
On Mon, Apr 19, 2004 at 16:25:21 -0500,
  Matt Adams <matt.adams@mercyships.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.

В списке pgsql-general по дате отправления:

Предыдущее
От: jboes@nexcerpt.com (Jeff Boes)
Дата:
Сообщение: Looking for help building 'rhdb-explain' Visual Explain tool
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: convert result to uppercase