New variable server_version_num

Поиск
Список
Период
Сортировка
От Greg Sabino Mullane
Тема New variable server_version_num
Дата
Msg-id 1154222056.5336.62.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: New variable server_version_num  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: New variable server_version_num  (David Fetter <david@fetter.org>)
Re: New variable server_version_num  (David Fetter <david@fetter.org>)
Re: New variable server_version_num  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-patches
Today on IRC David Fetter and some others were discussing version
numbers and we realized that although libpq now provides the version of
Postgres as a number, this is still a wheel that is being reinvented by
apps many times over, as it is not available any other way. Hence, a
small patch to provide a new variable "server_version_num", which is
almost the same as "server_version" but uses the handy PG_VERSION_NUM
which allows apps to do things like if ($version >= 80200) without
having to parse apart the value of server_version themselves.

--
Greg Sabino Mullane greg@turnstep.com
End Point Corporation http://www.endpoint.com/
PGP Key: 0x14964AC8 200607292113
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8



Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] putting CHECK_FOR_INTERRUPTS in
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] 8.2 features?