Re: Pains in upgrading to 8.3

From: "Dave Page" <dpage(at)pgadmin(dot)org>
To: "Magnus Hagander" <magnus(at)hagander(dot)net>
Cc: "Alvaro Herrera" <alvherre(at)commandprompt(dot)com>, "Bruce Momjian" <bruce(at)momjian(dot)us>, "Tony Caduto" <tony_caduto(at)amsoftwaredesign(dot)com>, "paul rivers" <rivers(dot)paul(at)gmail(dot)com>, "Postgres General List" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Pains in upgrading to 8.3
Date: 2008-02-19 10:26:01
Message-ID: 937d27e10802190226p12ffdff9pd010b0805a3df77b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Feb 19, 2008 8:48 AM, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
> On Mon, Feb 18, 2008 at 06:35:11PM -0300, Alvaro Herrera wrote:
> > Bruce Momjian escribió:
> > > Magnus Hagander wrote:
> >
> > > > For the case of upgrading, it wouldn't work. But there are certainly
> > > > other cases where it would help. Say from your central pgadmin console
> > > > administering 10 servers from 3 different major release trees :-(
> >
> > What's wrong with providing statically-linked pg_dump-8.2, pg_dump-8.3
> > and so on, and asking the user which one to use (depending on the target
> > server version)?
>
> Other than the much-increased work in building things, probabliy nothing.
> (The package would be noticably larger as well, of course, but that
> shuouldn't be a big problem today).

I suspect that building static versions of the utilities and retaining
the OpenSSL & Kerberos support would be nigh-on impossible (I've never
even managed to build my own dynamic version of Kerberos (which seems
to rely heavily on the build environment used within MIT).

In pgAdmin, bundling such utilities would be a big no-no. Imagine the
docs - pgAdmin supports SSL encryption and Kerberos authentication,
but if you wish to back or restore your databases you'll need to turn
off those requirements in the server.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Oracle-compatible database company

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2008-02-19 10:47:44 Re: out-of-line (TOAST) storage ineffective when loading from dump?
Previous Message Gordon 2008-02-19 09:57:18 Re: Auto incrementing primary keys