mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-10 19:16:34 +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
|
||||
``psycopg2`` module was compiled with (in the same format of
|
||||
`~connection.server_version`). If this value is lesser than ``90100``
|
||||
then you may query the version of the actually loaded library using the
|
||||
`~psycopg2.extensions.libpq_version()` function.
|
||||
`~connection.server_version`). If this value is greater or equal than
|
||||
``90100`` then you may query the version of the actually loaded library
|
||||
using the `~psycopg2.extensions.libpq_version()` function.
|
||||
|
||||
|
||||
.. index::
|
||||
|
|
Loading…
Reference in New Issue
Block a user