diff options
author | Marti Raudsepp <marti@juffo.org> | 2012-02-28 18:28:07 +0200 |
---|---|---|
committer | Marti Raudsepp <marti@juffo.org> | 2012-02-28 18:28:07 +0200 |
commit | b97599166ec218b474f45e9a81ac7f4d58f63b71 (patch) | |
tree | 072f2827d2526dd864632e92c2e554fb3e3bc38c /lib/errorcodes.py | |
parent | 4eea8bc912096654bc65a5908b0d861f1e9bba32 (diff) | |
download | psycopg2-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/errorcodes.py')
-rw-r--r-- | lib/errorcodes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/errorcodes.py b/lib/errorcodes.py index e6c03eb..4a4ee1c 100644 --- a/lib/errorcodes.py +++ b/lib/errorcodes.py @@ -26,7 +26,7 @@ This module contains symbolic names for all PostgreSQL error codes. # # Based on: # -# http://www.postgresql.org/docs/8.4/static/errcodes-appendix.html +# http://www.postgresql.org/docs/current/static/errcodes-appendix.html # def lookup(code, _cache={}): |