pgAdmin III commit: Add support for basic recovery control functions

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Add support for basic recovery control functions
Date: 2011-03-15 22:03:07
Message-ID: 201103152203.p2FM37GR015181@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add support for basic recovery control functions

A "in recovery" server has two new commands: pause recovery and resume
recovery.

Branch
------
master

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

Modified Files
--------------
CHANGELOG | 1 +
pgadmin/frm/frmMain.cpp | 2 +
pgadmin/include/schema/pgServer.h | 29 +++++++++++++-
pgadmin/schema/pgServer.cpp | 81 +++++++++++++++++++++++++++++++++++++
4 files changed, 112 insertions(+), 1 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-03-15 22:10:07 pgAdmin III commit: New menu to add a restore point
Previous Message Guillaume Lelarge 2011-03-15 22:01:37 pgAdmin III commit: Use client_hostname field of pg_stat_activity