diff options
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/base.py')
-rw-r--r-- | lib/sqlalchemy/dialects/postgresql/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/base.py b/lib/sqlalchemy/dialects/postgresql/base.py index af81f39b0..698ea277f 100644 --- a/lib/sqlalchemy/dialects/postgresql/base.py +++ b/lib/sqlalchemy/dialects/postgresql/base.py @@ -8,7 +8,7 @@ r""" .. dialect:: postgresql :name: PostgreSQL - :full_support: 9.6, 10, 11, 12, 13 + :full_support: 9.6, 10, 11, 12, 13, 14 :normal_support: 9.6+ :best_effort: 8+ |