pgAdmin 4 commit: Fixed pgAdmin freezing issue by providing the error m

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed pgAdmin freezing issue by providing the error m
Date: 2021-10-27 05:35:34
Message-ID: E1mfbb4-00044v-Fo@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)parkale(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-10-27 05:36:04 Re: [patch][pgAdmin] RM6859 Properties panel is not updated when any object is added from the browser tree
Previous Message Pradip Parkale 2021-10-27 04:40:13 [pgAdmin][RM5427]: pgAdmin is freezing