diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-06-05 12:31:57 +0100 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-06-05 12:34:17 +0100 |
commit | 256910f8ff84c85feb81f0596deb74b585ce802b (patch) | |
tree | 589f65c2dbc6f7369740ba62440d33011fa13bd4 /doc/src | |
parent | 89169e6e53aaab9a0716b81e1660a4c49dc0cb16 (diff) | |
download | psycopg2-256910f8ff84c85feb81f0596deb74b585ce802b.tar.gz |
Updated docs about versions supported in errcodes
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/errorcodes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/errorcodes.rst b/doc/src/errorcodes.rst index d662d0c..ed40b1f 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.4 are included in the module. +between 8.1 and 10 beta 1 are included in the module. .. autofunction:: lookup(code) |