Re: querying the version of libpq

Поиск
Список
Период
Сортировка
От Greg Sabino Mullane
Тема Re: querying the version of libpq
Дата
Msg-id 2f4c4dd73daff9a8250254f63e70526f@biglumber.com
обсуждение исходный текст
Ответ на Re: queriing the version of libpq  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: querying the version of libpq  (Peter Geoghegan <peter.geoghegan86@gmail.com>)
Список pgsql-general
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160


>> if ($dbh->{pg_lib_version} >= 90000) {
>>
>> I'd raise a bug with psycopg2 if it does not provide that information.
>
> How does the driver figure it out?

DBD::Pg parses pg_config --version, then passes the information
to the C programs for directive fiddling. I certainly hope
other drivers are doing the same, as libpq varies across
major versions a good deal.

- --
Greg Sabino Mullane greg@turnstep.com
PGP Key: 0x14964AC8 201010051132
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
-----BEGIN PGP SIGNATURE-----

iEYEAREDAAYFAkyrRR8ACgkQvJuQZxSWSsgHmwCfaAPXXA1YCZ6OgOjyis6uKVmz
HvoAnj42290eDAGO+HDsGVZvOAqwEXeR
=P8XV
-----END PGP SIGNATURE-----



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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: queriing the version of libpq
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: querying the version of libpq