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(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
