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

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Add support to dump in a directory and restore
Date: 2011-03-15 21:59:10
Message-ID: 201103152159.p2FLxABT014553@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-03-15 22:01:37 pgAdmin III commit: Use client_hostname field of pg_stat_activity
Previous Message Guillaume Lelarge 2011-03-15 21:52:32 pgAdmin III commit: Fix copy/paste issue on the query tool