pgAdmin III commit: Add the new counters on the statistics tab of table

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Add the new counters on the statistics tab of table
Date: 2010-08-21 15:14:18
Message-ID: 201008211514.o7LFEISH083013@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers


Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=6d9aa979e0b3c2920bc00d5a4dc27f47986ef89b

Log Message
-----------
Add the new counters on the statistics tab of tables

Magnus added some vacuum/analyze counters on pg_stat_*_tables. This patch gets
them and displays their value on the statistics tab of the Tables node and of
each individual table nodes.

Branch
------
master

Modified Files
--------------
CHANGELOG | 2 ++
pgadmin/schema/pgTable.cpp | 25 +++++++++++++++++++++++++
2 files changed, 27 insertions(+), 0 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2010-08-21 15:17:47 Re: [pgAdmin III] #227: Add the new vacuum and analyze counters of pg_stat_all_tables on the statistics tab
Previous Message pgAdmin Trac 2010-08-21 13:45:32 Re: [pgAdmin III] #211: close a connection without closing the SQL editor window