summaryrefslogtreecommitdiff
path: root/doc/src/errorcodes.rst
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2010-09-23 23:43:23 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2010-09-23 23:43:23 +0100
commit75a6f783c519beb2aae022cf9fff1dc5897e078d (patch)
treeff7844b526bb1ee36ef887bb0f5113f16ba19e2c /doc/src/errorcodes.rst
parentb072a04c9cb3057820c46ba34c3f85dabfc3c489 (diff)
downloadpsycopg2-75a6f783c519beb2aae022cf9fff1dc5897e078d.tar.gz
Added PostgreSQL 9.0 error codes.
Diffstat (limited to 'doc/src/errorcodes.rst')
-rw-r--r--doc/src/errorcodes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/errorcodes.rst b/doc/src/errorcodes.rst
index 174caa0..c6ec089 100644
--- a/doc/src/errorcodes.rst
+++ b/doc/src/errorcodes.rst
@@ -50,7 +50,7 @@ An example of the available constants defined in the module:
'42P01'
Constants representing all the error values documented by PostgreSQL versions
-between 8.1 and 8.4 are included in the module.
+between 8.1 and 9.0 are included in the module.
.. autofunction:: lookup(code)