Warn the user when connecting to a server that is older than pgAdmin supports. Fixes #5772

This commit is contained in:
Dave Page
2020-08-25 17:18:43 +01:00
parent d2577e32e6
commit 4eb17afe4e
7 changed files with 28 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ New features
************
| `Issue #2042 <https://redmine.postgresql.org/issues/2042>`_ - Added SQL Formatter support in Query Tool.
| `Issue #5772 <https://redmine.postgresql.org/issues/5772>`_ - Warn the user when connecting to a server that is older than pgAdmin supports.
Housekeeping
************