summaryrefslogtreecommitdiff
path: root/lib/extras.py
diff options
context:
space:
mode:
authorMarti Raudsepp <marti@juffo.org>2012-02-28 18:28:07 +0200
committerMarti Raudsepp <marti@juffo.org>2012-02-28 18:28:07 +0200
commitb97599166ec218b474f45e9a81ac7f4d58f63b71 (patch)
tree072f2827d2526dd864632e92c2e554fb3e3bc38c /lib/extras.py
parent4eea8bc912096654bc65a5908b0d861f1e9bba32 (diff)
downloadpsycopg2-b97599166ec218b474f45e9a81ac7f4d58f63b71.tar.gz
Update all links to PostgreSQL docs to the current version.
I also checked all links and anchors to make sure they're still valid.
Diffstat (limited to 'lib/extras.py')
-rw-r--r--lib/extras.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extras.py b/lib/extras.py
index f53561d..2e3974b 100644
--- a/lib/extras.py
+++ b/lib/extras.py
@@ -440,7 +440,7 @@ class UUID_adapter(object):
"""Adapt Python's uuid.UUID__ type to PostgreSQL's uuid__.
.. __: http://docs.python.org/library/uuid.html
- .. __: http://www.postgresql.org/docs/8.4/static/datatype-uuid.html
+ .. __: http://www.postgresql.org/docs/current/static/datatype-uuid.html
"""
def __init__(self, uuid):