Re: PostgreSQL Downgrades

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: PostgreSQL Downgrades
Дата
Msg-id 5162CA3D.4070702@gmail.com
обсуждение исходный текст
Ответ на Re: PostgreSQL Downgrades  (Pete Wall <Pete_Wall@symantec.com>)
Ответы Re: PostgreSQL Downgrades
Re: PostgreSQL Downgrades
Список pgsql-general
On 04/08/2013 06:41 AM, Pete Wall wrote:
> It was the data changes I was concerned about: Any
> additions/deletions/modifications done on the database while it's using
> the 9.x binaries that should be brought back if we downgrade to the 8.x
> version.
>
> I think the only way would be to "manually" dump the data using custom
> psql commands instead of using pg_dump/pg_dumpall.

You could use the -a (data only) switch to pg_dump:
http://www.postgresql.org/docs/9.2/interactive/app-pgdump.html

This assumes the table layout is the same in your 9.x and 8.x databases,
also that you have not used any new data types i.e JSON.

>
> Thanks, Adrian.
>



--
Adrian Klaver
adrian.klaver@gmail.com


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

Предыдущее
От: Pete Wall
Дата:
Сообщение: Re: PostgreSQL Downgrades
Следующее
От: Richard Harley
Дата:
Сообщение: Re: Selecting timestamp from Database