Remove pg_dump -i option (was Re: Proposed patch: synchronized_scanning GUC variable)

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Neil Conway <neilc(at)samurai(dot)com>, Gregory Stark <stark(at)enterprisedb(dot)com>, "Jonah H(dot) Harris" <jonah(dot)harris(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Remove pg_dump -i option (was Re: Proposed patch: synchronized_scanning GUC variable)
Date: 2008-01-31 14:47:26
Message-ID: 20080131144726.GB8602@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Simon Riggs escribió:
> On Thu, 2008-01-31 at 11:20 -0300, Alvaro Herrera wrote:
> > > Tom Lane wrote:
> >
> > > > in fact, personally I'd like to make that case be a hard error,
> > > > rather than something people could override with -i.
> >
> > +1 to this idea. TODO for 8.4?
>
> -1 without some more planning about the effects and implications.

Effect: we would stop receiving complaints that an old pg_dump can talk
to a server that most likely is incompatible with it. People would
learn on the spot that they must install the newer pg_dump.

Implication: you cannot dump a newer database and expect it to load on
an older server (it would work for certain versions, but not all). So
if people have a bleeding-edge test server, they cannot migrate stuff
from it to their older production server.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-01-31 14:47:42 Re: Oops - BF:Mastodon just died
Previous Message Tom Lane 2008-01-31 14:45:07 Re: Oops - BF:Mastodon just died

Browse pgsql-patches by date

  From Date Subject
Next Message Kevin Grittner 2008-01-31 14:55:35 Re: [PATCHES] Better default_statistics_target
Previous Message Simon Riggs 2008-01-31 14:33:53 Re: [PATCHES] Proposed patch: synchronized_scanning GUC variable