Re: migrating data from an old postgres version

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: migrating data from an old postgres version
Дата
Msg-id CAKFQuwY3MeaJNfv3NmofJVBLcBk_-2gYSEc98Kttxkf=DSWEHQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: migrating data from an old postgres version  (Paul Ramsey <pramsey@cleverelephant.ca>)
Ответы Re: migrating data from an old postgres version  (Willy-Bas Loos <willybas@gmail.com>)
Список pgsql-general
On Fri, Jul 15, 2016 at 10:02 AM, Paul Ramsey <pramsey@cleverelephant.ca> wrote:

Make sure to pg_dump -Fc
(note the flags)


​You need to also include "​--quote-all-identifiers" if you intend for the dump to be restored onto a newer version of PostgreSQL.


And don't forget pg_dumpall to get the globals - or to do the whole thing.


David J.

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

Предыдущее
От: Willy-Bas Loos
Дата:
Сообщение: Re: migrating data from an old postgres version
Следующее
От: Willy-Bas Loos
Дата:
Сообщение: Re: migrating data from an old postgres version