mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-26 10:40:19 -06:00
Added PG/EPAS 14 binary path entry in the preferences dialog.
This commit is contained in:
parent
c142296f3f
commit
522a92586a
@ -452,12 +452,14 @@ DEFAULT_BINARY_PATHS = {
|
||||
"pg-11": "",
|
||||
"pg-12": "",
|
||||
"pg-13": "",
|
||||
"pg-14": "",
|
||||
"ppas": "",
|
||||
"ppas-9.6": "",
|
||||
"ppas-10": "",
|
||||
"ppas-11": "",
|
||||
"ppas-12": "",
|
||||
"ppas-13": ""
|
||||
"ppas-13": "",
|
||||
"ppas-14": ""
|
||||
}
|
||||
|
||||
##########################################################################
|
||||
|
@ -78,6 +78,9 @@ BINARY_PATHS = {
|
||||
"isDefault": False},
|
||||
{"version": "130000", "next_major_version": "140000",
|
||||
"serverType": gettext("EDB Advanced Server 13"), "binaryPath": None,
|
||||
"isDefault": False},
|
||||
{"version": "140000", "next_major_version": "150000",
|
||||
"serverType": gettext("EDB Advanced Server 14"), "binaryPath": None,
|
||||
"isDefault": False}
|
||||
],
|
||||
"pg_bin_paths": [
|
||||
@ -95,6 +98,9 @@ BINARY_PATHS = {
|
||||
"isDefault": False},
|
||||
{"version": "130000", "next_major_version": "140000",
|
||||
"serverType": gettext("PostgreSQL 13"), "binaryPath": None,
|
||||
"isDefault": False},
|
||||
{"version": "140000", "next_major_version": "150000",
|
||||
"serverType": gettext("PostgreSQL 14"), "binaryPath": None,
|
||||
"isDefault": False}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user