mirror of
https://github.com/postgres/postgres.git
synced 2025-12-02 23:42:46 +03:00
"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