diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2011-11-17 00:41:44 +0000 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2011-11-17 00:41:44 +0000 |
commit | 4254fb85660c66f261ded926145ac6d910ea60e2 (patch) | |
tree | 82d5d6a23d2fe5a40c34e45da98cbe94fd32d15c /doc/src/conf.py | |
parent | dc94a3cb2dede54c7e75ec3ee88497e904277eed (diff) | |
download | psycopg2-4254fb85660c66f261ded926145ac6d910ea60e2.tar.gz |
Documentation for the isolation level constants updated
REPEATABLE READ and SERIALIZABLE are no more synonyms since PostgreSQL 9.1,
and in Psycopg values are different since 2.4.2.
Diffstat (limited to 'doc/src/conf.py')
-rw-r--r-- | doc/src/conf.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/src/conf.py b/doc/src/conf.py index db64f86..dd3e83c 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -113,9 +113,6 @@ rst_epilog = """ .. _transaction isolation level: http://www.postgresql.org/docs/9.1/static/transaction-iso.html -.. _serializable isolation level: - http://www.postgresql.org/docs/9.1/static/transaction-iso.html#XACT-SERIALIZABLE - .. _mx.DateTime: http://www.egenix.com/products/python/mxBase/mxDateTime/ .. |MVCC| replace:: :abbr:`MVCC (Multiversion concurrency control)` |