From 3094371621b8341deb1542c313508020a4385724 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Fri, 16 Dec 2011 12:37:38 +0000 Subject: [PATCH] Fixed doc for supported PG versions in errorcodes table --- doc/src/errorcodes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/errorcodes.rst b/doc/src/errorcodes.rst index c6ec089d..499881d1 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 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)