pgAdmin III commit: Add the new counters on the statistics tab of table - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Add the new counters on the statistics tab of table
Date
Msg-id 201008211514.o7LFEISH083013@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #211: close a connection without closing the SQL editor window
Next
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #227: Add the new vacuum and analyze counters of pg_stat_all_tables on the statistics tab