pgAdmin III commit: New menu to add a restore point

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: New menu to add a restore point
Дата
Msg-id 201103152210.p2FMA7I8015947@gothos.postgresql.org
обсуждение исходный текст
Ответы Re: pgAdmin III commit: New menu to add a restore point  (Timon <timosha@gmail.com>)
Список 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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Add support for basic recovery control functions
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Update the CHANGELOG and "make style".