OSDN Git Service

Add new variable "server_version_num", which is almost the same as
authorBruce Momjian <bruce@momjian.us>
Sat, 2 Sep 2006 13:12:50 +0000 (13:12 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 2 Sep 2006 13:12:50 +0000 (13:12 +0000)
commit04912899e792094ed00766b99b6c604cadf9edf7
tree519aa05b97d65b53e446f2a57442a9c10e36471e
parentbb7be1ee10be6d8cd1bd3a37c132cad86c5d9f18
Add 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
doc/src/sgml/config.sgml
src/backend/utils/misc/check_guc
src/backend/utils/misc/guc.c