diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2018-10-14 22:57:01 +0100 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2018-10-14 22:57:48 +0100 |
| commit | 7a5edff6c66a0410d6fecd4445980aabafc3ab4a (patch) | |
| tree | 0fdff3308ea7a2f20335b9ac39b35ee64bf025c3 /doc | |
| parent | 795522ff2b89778ad4766011ca0bedf6f50b838d (diff) | |
| download | psycopg2-7a5edff6c66a0410d6fecd4445980aabafc3ab4a.tar.gz | |
errorcodes map update to PostgreSQL 11
Diffstat (limited to 'doc')
| -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 510d0f2..f852aa6 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 10 are included in the module. +between 8.1 and 11 are included in the module. .. autofunction:: lookup(code) |
