pgAdmin 4 commit: Ensure we display the relation name (and not theOID) - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Ensure we display the relation name (and not theOID)
Date
Msg-id E1gfQj7-0002Kv-5D@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure we display the relation name (and not the OID) in the locks table wherever possible. Fixes #3702

Note that at the server level we fetch the data from pg_locks in the maintenance database,
so it can not fetch the pg_class relation for tables in other databasess (relation::regclass).

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ce1c06d7f1e525f7eba5245a3f62e54547f4134f
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_3_7.rst  |  1 +
web/pgadmin/dashboard/__init__.py | 34 +++++++++++++++++-----------------
2 files changed, 18 insertions(+), 17 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Packagers: Version change
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: RM 3702 - pgAdmin dashboard showing the oidfor the user-defined tables and table names for the catalog tables in locksmonitoring window