Re: sequences and pg_upgrade - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: sequences and pg_upgrade
Date
Msg-id 4a9b1438-b206-163f-29dd-fc8b92932359@2ndquadrant.com
Whole thread Raw
In response to Re: sequences and pg_upgrade  (Anastasia Lubennikova <lubennikovaav@gmail.com>)
Responses Re: sequences and pg_upgrade  (Anastasia Lubennikova <a.lubennikova@postgrespro.ru>)
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: select_parallel test fails with nonstandard block size
Next
From: Michael Paquier
Date:
Subject: Re: OpenSSL 1.1 breaks configure and more