pgAdmin 4 commit: Fixed pgAdmin freezing issue by providing the error m - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed pgAdmin freezing issue by providing the error m
Date
Msg-id E1mfbb4-00044v-Fo@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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.parkale@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(-)


pgadmin-hackers by date:

Previous
From: Pradip Parkale
Date:
Subject: [pgAdmin][RM5427]: pgAdmin is freezing
Next
From: Akshay Joshi
Date:
Subject: Re: [patch][pgAdmin] RM6859 Properties panel is not updated when any object is added from the browser tree