Fixed doc for supported PG versions in errorcodes table

This commit is contained in:
Daniele Varrazzo 2011-12-16 12:37:38 +00:00
parent d6e0b284e7
commit 3094371621

View File

@ -50,7 +50,7 @@ An example of the available constants defined in the module:
'42P01' '42P01'
Constants representing all the error values documented by PostgreSQL versions Constants representing all the error values documented by PostgreSQL versions
between 8.1 and 9.0 are included in the module. between 8.1 and 9.1 are included in the module.
.. autofunction:: lookup(code) .. autofunction:: lookup(code)