From: | Philip Warner <pjw(at)rhyme(dot)com(dot)au> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | The Hermit Hacker <scrappy(at)hub(dot)org>, Joel Burton <jburton(at)scw(dot)org>, <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Re: HOLD THE PRESSES!! ... pg_dump from v7.0.3 can't import to v7.1? |
Date: | 2001-04-11 15:17:14 |
Message-ID: | 3.0.5.32.20010412011714.0216b100@mail.rhyme.com.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
At 17:18 11/04/01 +0200, Peter Eisentraut wrote:
>
>What I meant was that whenever the backend changes in a way that mandates
>pg_dump changes we would leave the old way in place and only add a new
>case to handle the new backend.
That's what I had in mind as well; I gave up on the backport because it
seemed pointless (as you suggest).
>
>This would invariably introduce code bloat, but that could probably be
>managed by a modular design within pg_dump, plus perhaps removing support
>for really old versions once in a while.
I was thinking that with time these version-specific cases will reduce (eg.
definition schemas will help), and that we could put all the DB interface
into separate modules.
----------------------------------------------------------------
Philip Warner | __---_____
Albatross Consulting Pty. Ltd. |----/ - \
(A.B.N. 75 008 659 498) | /(@) ______---_
Tel: (+61) 0500 83 82 81 | _________ \
Fax: (+61) 0500 83 82 82 | ___________ |
Http://www.rhyme.com.au | / \|
| --________--
PGP key available upon request, | /
and from pgp5.ai.mit.edu:11371 |/
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2001-04-11 15:18:33 | Re: Re: HOLD THE PRESSES!! ... pg_dump from v7.0.3 can't import to v7.1? |
Previous Message | Thomas Lockhart | 2001-04-11 15:15:18 | age() function documentation |