From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Add a marker (/*pga4dash*/) to the dashboard queries |
Date: | 2018-02-19 11:17:46 |
Message-ID: | E1enjS6-0002XT-Vw@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(dot)zabuawala(at)enterprisedb(dot)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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2018-02-19 11:17:59 | Re: [pgAdmin4][RM#2950] Add marker to dashboard queries |
Previous Message | Dave Page | 2018-02-19 11:12:58 | Re: [pgAdmin4][RM#3121] Fix PEP-8 issues |