Re: pg_dumpall and version confusion

From: Dave Page <dpage(at)postgresql(dot)org>
To: Jorge Godoy <jgodoy(at)gmail(dot)com>
Cc: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dumpall and version confusion
Date: 2007-03-16 13:24:57
Message-ID: 45FA9AA9.1030409@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jorge Godoy wrote:
> "Dave Page" <dpage(at)postgresql(dot)org> writes:
>
>>> ------- Original Message -------
>>> From: "Joshua D. Drake" <jd(at)commandprompt(dot)com>
>>> To: Dave Page <dpage(at)postgresql(dot)org>
>>> Sent: 15/03/07, 23:51:18
>>> Subject: Re: [GENERAL] pg_dumpall and version confusion
>>>
>>> If you want that, create a wrapper program that calls to different
>>> statically compiled versions of pg_dump.
>> I can't even begin to imagine how difficult that would be on Windows!
>
> As difficult as a new ".bat" file?
>

Thats the easy bit. The difficult bit is building the statically linked
utilities with ssl, gettext and kerberos support. We found when porting
PostgreSQL in the first place that for many of the supporting libraries,
Windows is an afterthought and where on unix there might be static and
dynamic builds, on Windows once dynamic is done, static doesn't matter.

Regards, Dave

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Christopher Browne 2007-03-16 13:29:01 Re: Lifecycle of PostgreSQL releases
Previous Message Jorge Godoy 2007-03-16 12:38:52 Re: Is This A Set Based Solution?