Re: [pgAdmin4][Patch]: RM 3702 - pgAdmin dashboard showing the oidfor the user-defined tables and table names for the catalog tables in locksmonitoring window

Поиск
Список
Период
Сортировка
От 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
Дата
Msg-id CA+OCxow7Rwu7YA45ZzE+XfX765iyuZP=+JwVHpqFsxJwmErnMg@mail.gmail.com
обсуждение исходный текст
Ответ на [pgAdmin4][Patch]: RM 3702 - pgAdmin dashboard showing the oid for the user-defined tables and table names for the catalog tables in locks monitoring window  (Khushboo Vashi <khushboo.vashi@enterprisedb.com>)
Список pgadmin-hackers
Thanks, patch applied.

On Fri, Jan 4, 2019 at 11:53 AM Khushboo Vashi
<khushboo.vashi@enterprisedb.com> wrote:
>
> Hi,
>
> Please find the attached patch to fix RM #3702 - pgAdmin dashboard showing the oid for the user-defined tables and
tablenames for the catalog tables in locks monitoring window. 
>
> Dashboard > Server Activity > Locks - shows the table oid in the 'Target relation' column instead of table name.
>
> The attached patch fixes this issue for the database level but not for the server level.  The reason for this is, at
theserver level we fetch the data from the pg_locks with the maintenance database, so it can not fetch the pg_class
relationfor the other database tables (relation::regclass). 
>
> Please find the attached screen-shots for the issue and the fix and let me know if there is any other way to fix
this.
>
> Thanks,
> Khushboo
>
>


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Ensure we display the relation name (and not theOID)
Следующее
От: Dave Page
Дата:
Сообщение: Re: Japanese translation for v3.7