Merge pull request #1103 from franciscouzo/patch-1

Fix typo
This commit is contained in:
Daniele Varrazzo 2020-05-07 19:39:48 +12:00 committed by GitHub
commit 14355e9c69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1026,7 +1026,7 @@ using the |lo_import|_ and |lo_export|_ libpq functions.
.. _lo_export: https://www.postgresql.org/docs/current/static/lo-interfaces.html#LO-EXPORT
.. versionchanged:: 2.6
added support for large objects greated than 2GB. Note that the support is
added support for large objects greater than 2GB. Note that the support is
enabled only if all the following conditions are verified:
- the Python build is 64 bits;