Thread: pgAdmin III commit: Fix backup of shared objects, and of all databases.

pgAdmin III commit: Fix backup of shared objects, and of all databases.

From
Guillaume Lelarge
Date:
Fix backup of shared objects, and of all databases.

We were using pg_dump instead of pg_dumpall.

Report from Adrian Heath.

Branch
------
REL-1_14_0_PATCHES

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

Modified Files
--------------
CHANGELOG                        |    2 ++
pgadmin/frm/frmBackupGlobals.cpp |   12 ++++++------
pgadmin/frm/frmBackupServer.cpp  |    6 +++---
3 files changed, 11 insertions(+), 9 deletions(-)