Fixed pgAdmin freezing issue by providing the error message for the operation that can't perform due to lock on the particular table. Fixes #5427
Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=35b1e1d0d22a003aa87a84713d48f1e3e512dcc6 Author: Pradip Parkale <pradip.park...@enterprisedb.com> Modified Files -------------- docs/en_US/release_notes_6_2.rst | 1 + .../servers/databases/schemas/tables/__init__.py | 4 +++ .../databases/schemas/tables/static/js/table.js | 3 ++ .../tables/sql/default/get_application_name.sql | 8 +++++ .../tables/templates/tables/sql/default/locks.sql | 23 +++++++++++++ .../servers/databases/schemas/tables/utils.py | 40 ++++++++++++++++++++++ web/pgadmin/browser/static/js/node.js | 5 ++- 7 files changed, 83 insertions(+), 1 deletion(-)