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

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Add timestamp of last xact replay in server props
Дата
Msg-id 201012061129.oB6BTiuM020050@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Add option to request BOM write
Следующее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #280: Use the new pg_last_xact_replay_timestamp() function