Thread: pgAdmin III commit: Add timestamp of last xact replay in server props

pgAdmin III commit: Add timestamp of last xact replay in server props

From
Guillaume Lelarge
Date:
Add timestamp of last xact replay in server props

Shows this new information on 9.1 slave servers only. The only issue is that
there's no refresh of the information. The user needs to disconnect/reconnect
to have the new value (but just like any other server properties).

Implements #280.

Branch
------
master

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

Modified Files
--------------
CHANGELOG                         |    1 +
pgadmin/include/schema/pgServer.h |    4 +++-
pgadmin/schema/pgServer.cpp       |   12 ++++++++++++
3 files changed, 16 insertions(+), 1 deletions(-)