diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2010-05-09 20:34:02 +0100 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2010-05-09 20:34:02 +0100 |
| commit | e29424a23037ebbd06358905982beff675ba6255 (patch) | |
| tree | 378dc64762dcfa8688e71048f162373fb3c043b3 /doc/src/advanced.rst | |
| parent | 2596cf712554833e480011de0c1b3074656ec8f3 (diff) | |
| download | psycopg2-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.rst | 3 |
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: |
