Re: sequences and pg_upgrade

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: sequences and pg_upgrade
Дата
Msg-id 4a9b1438-b206-163f-29dd-fc8b92932359@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: sequences and pg_upgrade  (Anastasia Lubennikova <lubennikovaav@gmail.com>)
Ответы Re: sequences and pg_upgrade  (Anastasia Lubennikova <a.lubennikova@postgrespro.ru>)
Список pgsql-hackers
On 9/14/16 8:52 AM, Anastasia Lubennikova wrote:
> Could you clarify, please, why do we dump sequence in schemaOnly mode?
> +    if (dopt.schemaOnly && dopt.sequence_data)
> +        getSequenceData(&dopt, tblinfo, numTables, dopt.oids);

The point of this patch is that with the new option, you can dump
sequence data (but not table data) alongside with the schema.  This
would be used by pg_upgrade for the reasons described at the beginning
of the thread.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: select_parallel test fails with nonstandard block size
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: OpenSSL 1.1 breaks configure and more