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

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Add timestamp of last xact replay in server props
Date: 2010-12-06 11:29:44
Message-ID: 201012061129.oB6BTiuM020050@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2010-12-06 11:30:35 Re: [pgAdmin III] #280: Use the new pg_last_xact_replay_timestamp() function
Previous Message Guillaume Lelarge 2010-12-06 09:26:21 pgAdmin III commit: Update chinese translation.