psycopg2/doc/src
Daniele Varrazzo 8f876d4b5d Avoid a deadlock using concurrent green threads on the same connection
Use the async_cursor property to store an indication that something is
running (even if it is not necessarily a cursor running the query).
2011-06-05 16:22:54 +01:00
..
_static Added FAQ section to the documentation. 2010-02-18 04:12:49 +00:00
tools Added missing import required by Sphinx 1.0. 2010-08-05 01:08:21 +01:00
advanced.rst Avoid a deadlock using concurrent green threads on the same connection 2011-06-05 16:22:54 +01:00
conf.py Adding docs for the planned set_transaction/autocommit features 2011-05-31 00:05:50 +01:00
connection.rst Documentation for set_transaction() and autocommit improved 2011-06-03 01:46:56 +01:00
cursor.rst Documentation cleanup 2011-02-19 16:16:28 +00:00
errorcodes.rst Added PostgreSQL 9.0 error codes. 2010-09-23 23:43:23 +01:00
extensions.rst Documentation cleanup 2011-02-19 16:16:28 +00:00
extras.rst Don't limit the hstore search to the public schema only 2011-02-25 00:19:49 +00:00
faq.rst Adding docs for the planned set_transaction/autocommit features 2011-05-31 00:05:50 +01:00
index.rst Refer to PostgreSQL 9.0 documentation. 2010-09-23 23:14:39 +01:00
Makefile Documentation dir reordered. 2010-02-14 16:45:36 +00:00
module.rst Documentation cleanup 2011-02-19 16:16:28 +00:00
pool.rst Documentation cleanup 2011-02-19 16:16:28 +00:00
tz.rst Documentation cleanup 2011-02-19 16:16:28 +00:00
usage.rst Avoid a deadlock using concurrent green threads on the same connection 2011-06-05 16:22:54 +01:00