Dropped info that the features requires libpq >= 9.0

We are currently requiring libpq 9.1 at least, and the feature was
released in 2.7, which could have never been compiled with previos
libpq versions.
This commit is contained in:
Daniele Varrazzo 2017-03-20 19:08:18 +00:00
parent 1e0aef032f
commit 31f91e033f

View File

@ -548,8 +548,6 @@ Other functions
The *scope* must be a `connection` or a `cursor`, the underlying
connection encoding is used for any necessary character conversion.
Requires libpq >= 9.0.
.. versionadded:: 2.7
.. seealso:: libpq docs for `PQescapeIdentifier()`__