mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-09-03 20:52:57 -05:00
Fixed issue of detection of EPAS server 11 and above. Version string is changed in EPAS 11
This commit is contained in:
@@ -19,7 +19,7 @@ class PPAS(ServerType):
|
||||
)
|
||||
|
||||
def instanceOf(self, ver):
|
||||
return ver.startswith("EnterpriseDB")
|
||||
return "EnterpriseDB" in ver
|
||||
|
||||
|
||||
# Default Server Type
|
||||
|
||||
Reference in New Issue
Block a user