Re: Dump and load

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Dump and load
Дата
Msg-id 9785.1573762151@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Dump and load  ("Heckler, Kim M" <kim.heckler@nationwide.com>)
Список pgsql-novice
"Heckler, Kim M" <kim.heckler@nationwide.com> writes:
> Is it OK to use pg_dump from version 10.x, into a flat file, then use psql to load that file into version 11.x?

Sure.

(Typically, it's considered better practice to use the later version's
pg_dump for this.  But if that's not feasible, the older one's should
work.  We try not to break compatibility with old dump files.)

            regards, tom lane



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

Предыдущее
От: Andreas Kretschmer
Дата:
Сообщение: Re: Dump and load
Следующее
От: Stephen Froehlich
Дата:
Сообщение: RE: Dump and load