diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2010-09-23 23:12:54 +0100 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2010-09-23 23:14:39 +0100 |
| commit | 19ae49e79e0b76bf449f10979be7cf7b3e340c55 (patch) | |
| tree | 4b2fc174a1a0a54081b6357e93b42a9b65c1cd1b /doc/src/faq.rst | |
| parent | 80ebb14df4fb70ebfaa8d84b1459332c6fbbd98c (diff) | |
| download | psycopg2-19ae49e79e0b76bf449f10979be7cf7b3e340c55.tar.gz | |
Refer to PostgreSQL 9.0 documentation.
Diffstat (limited to 'doc/src/faq.rst')
| -rw-r--r-- | doc/src/faq.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/faq.rst b/doc/src/faq.rst index e754a42..a2e75ce 100644 --- a/doc/src/faq.rst +++ b/doc/src/faq.rst @@ -33,7 +33,7 @@ I receive the error *current transaction is aborted, commands ignored until end PostgreSQL supports nested transactions using the |SAVEPOINT|_ command). .. |SAVEPOINT| replace:: :sql:`SAVEPOINT` - .. _SAVEPOINT: http://www.postgresql.org/docs/8.4/static/sql-savepoint.html + .. _SAVEPOINT: http://www.postgresql.org/docs/9.0/static/sql-savepoint.html Why do i get the error *current transaction is aborted, commands ignored until end of transaction block* when I use `!multiprocessing` (or any other forking system) and not when use `!threading`? Psycopg's connections can't be shared across processes (but are thread |
