Обсуждение: pgAdmin III commit: Add support to dump in a directory and restore

Поиск
Список
Период
Сортировка

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

От
Guillaume Lelarge
Дата:
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(-)