Re: win32 version info - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: win32 version info
Date
Msg-id 200407262144.45838.peter_e@gmx.net
Whole thread Raw
In response to Re: win32 version info  ("Magnus Hagander" <mha@sollentuna.net>)
List 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/


pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: win32 version info
Next
From: "Magnus Hagander"
Date:
Subject: Re: win32 version info