mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-10 19:16:34 +03:00
Fix typo in large object usage documentation
This commit is contained in:
parent
8ef195f2ff
commit
53bda13afa
|
@ -1052,7 +1052,7 @@ using the |lo_import|_ and |lo_export|_ libpq functions.
|
||||||
(`~connection.server_version` must be >= ``90300``).
|
(`~connection.server_version` must be >= ``90300``).
|
||||||
|
|
||||||
If Psycopg was built with 64 bits large objects support (i.e. the first
|
If Psycopg was built with 64 bits large objects support (i.e. the first
|
||||||
two contidions above are verified), the `psycopg2.__version__` constant
|
two conditions above are verified), the `psycopg2.__version__` constant
|
||||||
will contain the ``lo64`` flag. If any of the contition is not met
|
will contain the ``lo64`` flag. If any of the contition is not met
|
||||||
several `!lobject` methods will fail if the arguments exceed 2GB.
|
several `!lobject` methods will fail if the arguments exceed 2GB.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user