diff --git a/docs/en_US/release_notes_8_0.rst b/docs/en_US/release_notes_8_0.rst index 18ee8abfb..abae1576d 100644 --- a/docs/en_US/release_notes_8_0.rst +++ b/docs/en_US/release_notes_8_0.rst @@ -8,9 +8,9 @@ This release contains a number of bug fixes and new features since the release o Supported Database Servers ************************** -**PostgreSQL**: 11, 12, 13, 14, 15, and 16 +**PostgreSQL**: 12, 13, 14, 15, and 16 -**EDB Advanced Server**: 11, 12, 13, 14 and 15 +**EDB Advanced Server**: 12, 13, 14, 15, and 16 Bundled PostgreSQL Utilities **************************** diff --git a/web/pgadmin/utils/constants.py b/web/pgadmin/utils/constants.py index 13fd66b85..cd3ff8d0f 100644 --- a/web/pgadmin/utils/constants.py +++ b/web/pgadmin/utils/constants.py @@ -71,9 +71,6 @@ SUPPORTED_AUTH_SOURCES = [INTERNAL, BINARY_PATHS = { "as_bin_paths": [ - {"version": "110000", "next_major_version": "120000", - "serverType": gettext("EDB Advanced Server 11"), "binaryPath": None, - "isDefault": False}, {"version": "120000", "next_major_version": "130000", "serverType": gettext("EDB Advanced Server 12"), "binaryPath": None, "isDefault": False}, @@ -85,6 +82,9 @@ BINARY_PATHS = { "isDefault": False}, {"version": "150000", "next_major_version": "160000", "serverType": gettext("EDB Advanced Server 15"), "binaryPath": None, + "isDefault": False}, + {"version": "160000", "next_major_version": "170000", + "serverType": gettext("EDB Advanced Server 16"), "binaryPath": None, "isDefault": False} ], "pg_bin_paths": [