pgAdmin 4 commit: Add a marker (/*pga4dash*/) to the dashboardqueries

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Add a marker (/*pga4dash*/) to the dashboardqueries
Дата
Msg-id E1enjS6-0002XT-Vw@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Add a marker (/*pga4dash*/) to the dashboard queries to allow them to be more easily filtered from server logs. Fixes
#2950

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4dc9fb146ab47a8fdff8b7db3ecf773690e5625f
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgadmin/dashboard/templates/dashboard/sql/10_plus/activity.sql     | 1 +
web/pgadmin/dashboard/templates/dashboard/sql/9.6_plus/activity.sql    | 1 +
web/pgadmin/dashboard/templates/dashboard/sql/default/activity.sql     | 1 +
web/pgadmin/dashboard/templates/dashboard/sql/default/bio_stats.sql    | 1 +
web/pgadmin/dashboard/templates/dashboard/sql/default/config.sql       | 3 ++-
web/pgadmin/dashboard/templates/dashboard/sql/default/locks.sql        | 3 ++-
web/pgadmin/dashboard/templates/dashboard/sql/default/prepared.sql     | 3 ++-
.../dashboard/templates/dashboard/sql/default/session_stats.sql        | 3 ++-
web/pgadmin/dashboard/templates/dashboard/sql/default/ti_stats.sql     | 3 ++-
web/pgadmin/dashboard/templates/dashboard/sql/default/to_stats.sql     | 3 ++-
web/pgadmin/dashboard/templates/dashboard/sql/default/tps_stats.sql    | 3 ++-
.../dashboard/templates/dashboard/sql/gpdb_5.0_plus/activity.sql       | 1 +
web/pgadmin/dashboard/templates/dashboard/sql/gpdb_5.0_plus/locks.sql  | 1 +
.../dashboard/templates/dashboard/sql/gpdb_5.0_plus/session_stats.sql  | 1 +
14 files changed, 21 insertions(+), 7 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][RM#3121] Fix PEP-8 issues
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][RM#2950] Add marker to dashboard queries