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

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Add the new counters on the statistics tab of table
Дата
Msg-id 201008211514.o7LFEISH083013@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #211: close a connection without closing the SQL editor window
Следующее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #227: Add the new vacuum and analyze counters of pg_stat_all_tables on the statistics tab