Re: win32 version info

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Magnus Hagander" <mha(at)sollentuna(dot)net>, "PostgreSQL-patches" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: win32 version info
Date: 2004-07-26 19:44:45
Message-ID: 200407262144.45838.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Magnus Hagander wrote:
> Well, because it allows the user as well as other programs to
> identify what version of a file is installed.

psql --version

> For error-checking
> purposes (which DLL version is really there? And debugger will also
> tell you which version of the DLL is actually loaded in the process
> working space if yo uhave more than one on your system),

OK, that should go into the DLL, just as it goes into shared libraries
on Unix. But then you need to use the actual shared library versions
that we use.

> software
> distribution (all installers are required to check this field to make
> sure they don't overwrite a file with an older version), software
> inventory, the list goes on.

This is the packager's business, not ours.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2004-07-26 19:53:59 Re: win32 version info
Previous Message Peter Eisentraut 2004-07-26 19:42:13 Re: win32 version info