Re: [GENERAL] pg_migrator not setting values of sequences? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [GENERAL] pg_migrator not setting values of sequences?
Date
Msg-id 200907161858.n6GIwKw15198@momjian.us
Whole thread Raw
In response to Re: [GENERAL] pg_migrator not setting values of sequences?  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut wrote:
> On Thursday 16 July 2009 07:09:22 Bruce Momjian wrote:
> > Uh, how is this going to behave in 8.5?  Do we still dump sequences, and
> > if so, aren't we heading down the road of dumping stuff only because a
> > previous release needed it?
> 
> Which leads me to a related question:  Do you plan to maintain one version of 
> pg_migrator that can upgrade any version to any other version (within reason), 
> or will there be separate binaries, say pg_migrator-8.4 and pg_migrator-8.5, 
> that each can only upgrade from $selfversion-1 to $selfversion?

One binary/source tree.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: COPY WITH CSV FORCE QUOTE * -- REVIEW
Next
From: Josh Berkus
Date:
Subject: Re: COPY WITH CSV FORCE QUOTE *