pgAdmin III commit: Add support to dump in a directory and restore - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Add support to dump in a directory and restore
Date
Msg-id 201103152159.p2FLxABT014553@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix copy/paste issue on the query tool
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Use client_hostname field of pg_stat_activity