summaryrefslogtreecommitdiff
path: root/doc/src/errorcodes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/errorcodes.rst')
-rw-r--r--doc/src/errorcodes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/errorcodes.rst b/doc/src/errorcodes.rst
index ab49afb..f852aa6 100644
--- a/doc/src/errorcodes.rst
+++ b/doc/src/errorcodes.rst
@@ -39,7 +39,7 @@ From PostgreSQL documentation:
.. seealso:: `PostgreSQL Error Codes table`__
- .. __: http://www.postgresql.org/docs/current/static/errcodes-appendix.html#ERRCODES-TABLE
+ .. __: https://www.postgresql.org/docs/current/static/errcodes-appendix.html#ERRCODES-TABLE
An example of the available constants defined in the module:
@@ -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)