pgAdmin III commit: Add pg_stat_database_conflicts to the db stats - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Add pg_stat_database_conflicts to the db stats
Date
Msg-id 201101301555.p0UFtENm082755@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Add pg_stat_database_conflicts to the db stats

All stats available in the new pg_stat_database_conflicts view of 9.1 are
available in the statistics tabs of the Databases node and of earch database's
node.

pg_stat_database.conflicts is not used because it is a sum of the other ones.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=0e676c58bc5310cbac59cf43bf269712543578db

Modified Files
--------------
CHANGELOG                     |    1 +
pgadmin/schema/pgDatabase.cpp |   45 ++++++++++++++++++++++++++++++++++------
2 files changed, 39 insertions(+), 7 deletions(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Add a specific panel for selection information
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Add pg_stat_replication with pg_stat_activity