Thread: pgAdmin III commit: Fix the quoting of the database in the Dump/Restore

pgAdmin III commit: Fix the quoting of the database in the Dump/Restore

From
Guillaume Lelarge
Date:
Fix the quoting of the database in the Dump/Restore dialogs

The database name should not be quoted as database's objects.

Report from Sean Ayres.

Branch
------
master

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

Modified Files
--------------
CHANGELOG                        |    1 +
pgadmin/frm/frmBackup.cpp        |   12 ++++++------
pgadmin/frm/frmBackupGlobals.cpp |    4 ++--
pgadmin/frm/frmBackupServer.cpp  |    4 ++--
pgadmin/frm/frmRestore.cpp       |   14 +++++++-------
pgadmin/include/utils/misc.h     |    2 +-
pgadmin/utils/misc.cpp           |   28 +++++++++++++++++++++++++---
7 files changed, 44 insertions(+), 21 deletions(-)