pgAdmin III commit: New menu to add a restore point

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: New menu to add a restore point
Date: 2011-03-15 22:10:07
Message-ID: 201103152210.p2FMA7I8015947@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

New menu to add a restore point

Adds a new item in the contextual menu of a server node. When selected, it
asks for a name and call the 9.1 pg_create_restore_point() function.

Branch
------
master

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

Modified Files
--------------
pgadmin/frm/frmMain.cpp | 1 +
pgadmin/include/schema/pgServer.h | 9 +++++++++
pgadmin/schema/pgServer.cpp | 35 +++++++++++++++++++++++++++++++++++
3 files changed, 45 insertions(+), 0 deletions(-)

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-03-15 22:13:31 pgAdmin III commit: Update the CHANGELOG and "make style".
Previous Message Guillaume Lelarge 2011-03-15 22:03:07 pgAdmin III commit: Add support for basic recovery control functions