Re: [GENERAL] pg_migrator not setting values of sequences?
From:
Peter Eisentraut <peter_e(at)gmx(dot)net>
To:
pgsql-hackers(at)postgresql(dot)org
Cc:
Bruce Momjian <bruce(at)momjian(dot)us>,
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>,
Zdenek Kotala <Zdenek(dot)Kotala(at)sun(dot)com>,
Tilmann Singer <tils(at)tils(dot)net>
Subject:
Re: [GENERAL] pg_migrator not setting values of sequences?
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?