pgAdmin 4 commit: Ensure we display the relation name (and not theOID)

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Ensure we display the relation name (and not theOID)
Дата
Msg-id E1gfQj7-0002Kv-5D@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Packagers: Version change
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM 3702 - pgAdmin dashboard showing the oidfor the user-defined tables and table names for the catalog tables in locksmonitoring window