pgAdmin III commit: Add support to dump in a directory and restore

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Add support to dump in a directory and restore
Дата
Msg-id 201103152159.p2FLxABT014553@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Add support to dump in a directory and restore

This patch supports the new output format of pg_dump and the new input format
of pg_restore. 9.1 only.

Branch
------
master

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

Modified Files
--------------
pgadmin/frm/frmBackup.cpp        |   27 +++++++--
pgadmin/frm/frmRestore.cpp       |  107 +++++++++++++++++++++++++------------
pgadmin/include/frm/frmRestore.h |    1 +
pgadmin/ui/frmBackup.xrc         |   12 +---
pgadmin/ui/frmRestore.xrc        |   17 ++++++-
5 files changed, 113 insertions(+), 51 deletions(-)


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix copy/paste issue on the query tool
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Use client_hostname field of pg_stat_activity