pgAdmin III commit: Add timestamp of last xact replay in server props - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Add timestamp of last xact replay in server props
Date
Msg-id 201012061129.oB6BTiuM020050@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Add option to request BOM write
Next
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #280: Use the new pg_last_xact_replay_timestamp() function