mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 17:34:08 +03:00
Fixed doc about libpq version availability
This commit is contained in:
parent
06b4b1de94
commit
925fdf5731
|
@ -113,9 +113,9 @@ The module interface respects the standard defined in the |DBAPI|_.
|
||||||
|
|
||||||
Integer constant reporting the version of the ``libpq`` library this
|
Integer constant reporting the version of the ``libpq`` library this
|
||||||
``psycopg2`` module was compiled with (in the same format of
|
``psycopg2`` module was compiled with (in the same format of
|
||||||
`~connection.server_version`). If this value is lesser than ``90100``
|
`~connection.server_version`). If this value is greater or equal than
|
||||||
then you may query the version of the actually loaded library using the
|
``90100`` then you may query the version of the actually loaded library
|
||||||
`~psycopg2.extensions.libpq_version()` function.
|
using the `~psycopg2.extensions.libpq_version()` function.
|
||||||
|
|
||||||
|
|
||||||
.. index::
|
.. index::
|
||||||
|
|
Loading…
Reference in New Issue
Block a user