Re: Module dependency on PostgeSQL version

Поиск
Список
Период
Сортировка
От Greg Sabino Mullane
Тема Re: Module dependency on PostgeSQL version
Дата
Msg-id 722b67084cca4205aef84fecd3c6443d@biglumber.com
обсуждение исходный текст
Ответ на Module dependency on PostgeSQL version  (Thomas Hallgren <thhal@mailblocks.com>)
Список pgsql-hackers
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DBD::Pg uses "pg_config --version" and parses the output to set the
version information before compiling. It finds pg_config by using
PG envrironment variables, or looks in the path. Once running, it
does a SELECT version() to find out what server it is running
against. Whenever possible, is now uses the new protocol version
information. It's much handier to just say:
if (protocol>=3) {
...
}
- --
Greg Sabino Mullane greg@turnstep.com
PGP Key: 0x14964AC8 200405112153
-----BEGIN PGP SIGNATURE-----
iD8DBQFAoYRyvJuQZxSWSsgRAj8oAJwP4AxEYsBwnbeo4Aw97JtCpUC4tACgo0P1
WMvC9yck8REb15E4uod56hA=
=C2GF
-----END PGP SIGNATURE-----




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Probably security hole in postgresql-7.4.1
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: XLog: how to log?