pgAdmin III commit: Add the statistics reset information on databases

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Add the statistics reset information on databases
Date: 2011-02-10 22:19:20
Message-ID: 201102102219.p1AMJK5w068261@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add the statistics reset information on databases

Magnus commited a patch today that adds a new column in pg_stat_database. This
patch displays the new column in the Statistics tab of the Databases node and
of each individual database's node.

Branch
------
master

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

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-02-10 22:22:53 Re: phase 2 of wxWidgets 2.9 build
Previous Message Guillaume Lelarge 2011-02-10 22:11:29 pgAdmin III commit: Add 3 more informations from pg_stat_replication