mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-11 16:42:34 -06:00
Fixed issue of detection of EPAS server 11 and above. Version string is changed in EPAS 11
This commit is contained in:
parent
8480c10c74
commit
480fe6b9fc
@ -19,7 +19,7 @@ class PPAS(ServerType):
|
||||
)
|
||||
|
||||
def instanceOf(self, ver):
|
||||
return ver.startswith("EnterpriseDB")
|
||||
return "EnterpriseDB" in ver
|
||||
|
||||
|
||||
# Default Server Type
|
||||
|
Loading…
Reference in New Issue
Block a user