diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2018-10-14 23:07:11 +0100 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2018-10-14 23:07:11 +0100 |
commit | 61df7bdd8d8bc8f085771377b145fef42986feb5 (patch) | |
tree | b8c8508ecf664d010891782d3ed8142cee9906cd /scripts/make_errors.py | |
parent | 782fa39647a79bc0269917cd9f539c793c13774a (diff) |
Errors module content updated to Postgres 11
Diffstat (limited to 'scripts/make_errors.py')
-rwxr-xr-x | scripts/make_errors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_errors.py b/scripts/make_errors.py index 855ca35c..cdf299f6 100755 --- a/scripts/make_errors.py +++ b/scripts/make_errors.py @@ -33,7 +33,7 @@ def main(): file_start = read_base_file(filename) # If you add a version to the list fix the docs (in errors.rst) classes, errors = fetch_errors( - ['9.1', '9.2', '9.3', '9.4', '9.5', '9.6', '10']) + ['9.1', '9.2', '9.3', '9.4', '9.5', '9.6', '10', '11']) f = open(filename, "w") for line in file_start: |