summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2014-08-24 22:04:43 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2014-08-24 22:11:21 +0100
commitc1da93a7b2a1da9fc181f0b9813d9a6c73efcdbe (patch)
treec3d601647236b50a641fbbecfad6f97d018eb247 /doc
parentb8b15637aae8ec17dd3f8157b0c4651d6b334658 (diff)
downloadpsycopg2-c1da93a7b2a1da9fc181f0b9813d9a6c73efcdbe.tar.gz
Document we known 9.4 errorcodes
Diffstat (limited to 'doc')
-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 f659023..d662d0c 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 defined by PostgreSQL versions
-between 8.1 and 9.3 are included in the module.
+between 8.1 and 9.4 are included in the module.
.. autofunction:: lookup(code)