Thread: pgAdmin 4 commit: Fixed the SQL help issue for EDB Postgres Advanced Se

pgAdmin 4 commit: Fixed the SQL help issue for EDB Postgres Advanced Se

From
Akshay Joshi
Date:
Fixed the SQL help issue for EDB Postgres Advanced Server. Fixes #4099

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9b8902dfb85fe4a5642756dc510dee361579ec6a

Modified Files
--------------
docs/en_US/release_notes_4_22.rst                  |  1 +
.../browser/server_groups/servers/__init__.py      |  5 +-
web/pgadmin/browser/static/js/browser.js           |  2 +-
web/pgadmin/browser/static/js/node.js              |  8 +--
web/pgadmin/help/__init__.py                       |  3 +-
web/pgadmin/help/static/js/help.js                 | 19 ++++---
web/regression/javascript/help/help_spec.js        | 63 +++++++++++++++++-----
7 files changed, 75 insertions(+), 26 deletions(-)