psycopg2/doc/src
Daniele Varrazzo 8fed0aa57d Forbid COPY-related methods in green mode.
With the current implementation, at best they would silently block. They
actually hang everything.

Implementation posponed after some refactoring of the polling system,
because it will be probably possible to provide an implementation for
'poll()' during COPY which is good for both async and green modes.
2010-04-21 15:21:33 +01:00
..
_static Added FAQ section to the documentation. 2010-02-18 04:12:49 +00:00
tools Documentation dir reordered. 2010-02-14 16:45:36 +00:00
advanced.rst Forbid COPY-related methods in green mode. 2010-04-21 15:21:33 +01:00
conf.py All the docs todo points dropped: todo list removed. 2010-02-26 01:10:15 +00:00
connection.rst Added documentation for the green features. 2010-04-21 15:21:32 +01:00
cursor.rst Ensure to close the connections in the doctests to avoid deadlocks. 2010-04-21 15:09:13 +01:00
errorcodes.rst Ensure to close the connections in the doctests to avoid deadlocks. 2010-04-21 15:09:13 +01:00
extensions.rst Added documentation for the green features. 2010-04-21 15:21:32 +01:00
extras.rst Added documentation for the green features. 2010-04-21 15:21:32 +01:00
faq.rst FAQs grouped in themes. 2010-04-21 15:09:13 +01:00
index.rst Added documentation for the 'pool' module. 2010-02-26 00:46:23 +00:00
Makefile Documentation dir reordered. 2010-02-14 16:45:36 +00:00
module.rst Ensure to close the connections in the doctests to avoid deadlocks. 2010-04-21 15:09:13 +01:00
pool.rst Use the default role for cross referencing Python objects. 2010-02-26 00:49:19 +00:00
tz.rst All the docs todo points dropped: todo list removed. 2010-02-26 01:10:15 +00:00
usage.rst A bunch of typo fixed in the docs 2010-03-03 18:43:24 +01:00