pgAdmin III commit: Add pg_stat_database_conflicts to the db stats

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Add pg_stat_database_conflicts to the db stats
Дата
Msg-id 201101301555.p0UFtENm082755@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Add a specific panel for selection information
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Add pg_stat_replication with pg_stat_activity