diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2011-05-31 00:05:50 +0100 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2011-05-31 00:05:50 +0100 |
commit | a69facc7f0abf96493a2d269365f1392c0e8143c (patch) | |
tree | c6d9b14b833c07dbac731ef157815f42c7ad8e06 /doc/src/conf.py | |
parent | 19ec8809fde2a678eeb9762293cdfdb080bd6a01 (diff) | |
download | psycopg2-a69facc7f0abf96493a2d269365f1392c0e8143c.tar.gz |
Adding docs for the planned set_transaction/autocommit features
Diffstat (limited to 'doc/src/conf.py')
-rw-r--r-- | doc/src/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/conf.py b/doc/src/conf.py index 56a0768..db64f86 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -111,10 +111,10 @@ rst_epilog = """ .. _DBAPI: http://www.python.org/dev/peps/pep-0249/ .. _transaction isolation level: - http://www.postgresql.org/docs/9.0/static/transaction-iso.html + http://www.postgresql.org/docs/9.1/static/transaction-iso.html .. _serializable isolation level: - http://www.postgresql.org/docs/9.0/static/transaction-iso.html#XACT-SERIALIZABLE + http://www.postgresql.org/docs/9.1/static/transaction-iso.html#XACT-SERIALIZABLE .. _mx.DateTime: http://www.egenix.com/products/python/mxBase/mxDateTime/ |