From 454c6b8915c0476f8a2e89002a451a41ff3c0a0d Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Wed, 17 Nov 2010 02:59:03 +0000 Subject: [PATCH] Moved links to PG docs from 8.4 to 9.0. --- doc/src/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/conf.py b/doc/src/conf.py index 9e5eac0a..7281f723 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -104,10 +104,10 @@ rst_epilog = """ .. _DBAPI: http://www.python.org/dev/peps/pep-0249/ .. _transaction isolation level: - http://www.postgresql.org/docs/8.4/static/transaction-iso.html + http://www.postgresql.org/docs/9.0/static/transaction-iso.html .. _serializable isolation level: - http://www.postgresql.org/docs/8.4/static/transaction-iso.html#XACT-SERIALIZABLE + http://www.postgresql.org/docs/9.0/static/transaction-iso.html#XACT-SERIALIZABLE .. _mx.DateTime: http://www.egenix.com/products/python/mxBase/mxDateTime/