summaryrefslogtreecommitdiff
path: root/doc/src/advanced.rst
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2010-05-09 20:34:02 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2010-05-09 20:34:02 +0100
commite29424a23037ebbd06358905982beff675ba6255 (patch)
tree378dc64762dcfa8688e71048f162373fb3c043b3 /doc/src/advanced.rst
parent2596cf712554833e480011de0c1b3074656ec8f3 (diff)
downloadpsycopg2-e29424a23037ebbd06358905982beff675ba6255.tar.gz
Dropped large object support when psycopg is in green mode.
Async mode and large object are not compatible, albeit I haven't found an authoritative source yet.
Diffstat (limited to 'doc/src/advanced.rst')
-rw-r--r--doc/src/advanced.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/advanced.rst b/doc/src/advanced.rst
index 856808a..12a7ddc 100644
--- a/doc/src/advanced.rst
+++ b/doc/src/advanced.rst
@@ -435,6 +435,9 @@ callback (using `!select()` to block) is provided as
:ref:`COPY commands <copy>` are currently not supported when a wait callback
is registered, but they will be probably implemented in a future release.
+ :ref:`Large objects <large-objects>` are not supported either: they are
+ not compatible with asynchronous connections.
+
.. testcode::
:hide: