Re: Which installation parts are backward compatible?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Which installation parts are backward compatible?
Date: 2009-02-13 09:06:52
Message-ID: 4995382C.5000105@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> ISTM that having psql alone be cross-version-compatible will be just
> about completely uninteresting to packagers. If we could make *all*
> the user-facing executables be cross-version, then we'd be getting
> somewhere;

Wel, I'm not so sure about the "completely uninteresting", but in any
case the idea right now is to determine and document where we are, then
see what's left to do, and then determine whether or how to go there.

> Looking at your list, it seems the only part of that that might not
> be within reach is that pg_dump output from version N typically
> doesn't load into server versions < N. pg_dump is complicated enough
> without trying to make it handle that too :-(.

Yes, pg_dump certainly appears to be the major blocker. But it might be
doable. I assume it would be less than or equal work to making pg_dump
read older versions or psql support older versions. I imagine it could
be a GSoC project.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2009-02-13 09:08:48 Re: Which installation parts are backward compatible?
Previous Message Peter Eisentraut 2009-02-13 09:01:30 Re: Which installation parts are backward compatible?