mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-21 16:27:39 -06:00
Remove EPAS 11 and added EPAS 16 in the Binary Path.
This commit is contained in:
parent
9f203cf7d7
commit
d8bcc11a95
@ -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
|
||||
****************************
|
||||
|
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user