mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed the SQL help issue for EDB Postgres Advanced Server. Fixes #4099
This commit is contained in:
@@ -866,7 +866,10 @@ class ServerNode(PGChildNodeView):
|
||||
connected=connected,
|
||||
server_type=manager.server_type
|
||||
if manager and manager.server_type
|
||||
else 'pg'
|
||||
else 'pg',
|
||||
version=manager.version
|
||||
if manager and manager.version
|
||||
else None
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user