pgAdmin III commit: Add 3 more informations from pg_stat_replication

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Add 3 more informations from pg_stat_replication
Date: 2011-02-10 22:11:29
Message-ID: 201102102211.p1AMBT0u067296@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add 3 more informations from pg_stat_replication

Heikki added today three more informations in the pg_stat_replication stats
view. They are added to the pseudo query displayed in the statistics tab of a
server.

Branch
------
master

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

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-02-10 22:19:20 pgAdmin III commit: Add the statistics reset information on databases
Previous Message Guillaume Lelarge 2011-02-10 21:51:37 pgAdmin III commit: Fix the collate and ctype combobox on dlgDatabase