summaryrefslogtreecommitdiff
path: root/doc/src/errorcodes.rst
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2014-07-31 13:13:27 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2014-07-31 13:34:53 +0100
commit40dca9924d859b893d84673b516ef5dfda896047 (patch)
tree94844870f7b55848d3c9c7cb8ca561c443815107 /doc/src/errorcodes.rst
parent081bf843d2c70ccf63e56f8402e3ef07181e4628 (diff)
downloadpsycopg2-40dca9924d859b893d84673b516ef5dfda896047.tar.gz
Add a few missing errcodes
They are used in the code but not defined in the SGML docs so the script failed to parse them.
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 bfaaeb4..3fdd549 100644
--- a/doc/src/errorcodes.rst
+++ b/doc/src/errorcodes.rst
@@ -49,7 +49,7 @@ An example of the available constants defined in the module:
>>> errorcodes.UNDEFINED_TABLE
'42P01'
-Constants representing all the error values documented by PostgreSQL versions
+Constants representing all the error values defined by PostgreSQL versions
between 8.1 and 9.2 are included in the module.