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

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix the quoting of the database in the Dump/Restore
Date: 2011-01-09 18:39:17
Message-ID: 201101091839.p09IdHVM020859@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-01-09 18:41:29 Re: Ticket 266: Unable to backup table when quotation marks used in the name
Previous Message Magnus Hagander 2011-01-09 17:09:15 pgAdmin III commit: Don't include the parser codes in the keyword list