Re: win32 version info

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: win32 version info
Дата
Msg-id 200407262144.45838.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: win32 version info  ("Magnus Hagander" <mha@sollentuna.net>)
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: win32 version info
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: win32 version info